-
Notifications
You must be signed in to change notification settings - Fork 24
/
plugin-list.xml
80 lines (80 loc) · 3.88 KB
/
plugin-list.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<plugins>
<plugin>
<name>Dropbox</name>
<shortname>dropbox</shortname>
<description>Upload to your Dropbox folder</description>
<author>Olav Sortland Thoresen</author>
<version>1.10</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-dropbox/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-dropbox</weblink>
<download>https://github.com/olav-st/screencloud-dropbox/releases/download/v1.10/v1.10.zip</download>
</plugin>
<plugin>
<name>Google Drive</name>
<shortname>googledrive</shortname>
<description>Upload to a folder in your Google Drive</description>
<author>Olav Sortland Thoresen</author>
<version>1.4</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-googledrive/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-googledrive</weblink>
<download>https://github.com/olav-st/screencloud-googledrive/releases/download/v1.4/v1.4.zip</download>
</plugin>
<plugin>
<name>Imgur</name>
<shortname>imgur</shortname>
<description>Upload to imgur.com</description>
<author>Olav Sortland Thoresen</author>
<version>1.10</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-imgur/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-imgur</weblink>
<download>https://github.com/olav-st/screencloud-imgur/releases/download/v1.10/v1.10.zip</download>
</plugin>
<plugin>
<name>OneDrive</name>
<shortname>onedrive</shortname>
<description>Upload to a folder in your OneDrive</description>
<author>Olav Sortland Thoresen</author>
<version>1.0</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-onedrive/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-onedrive</weblink>
<download>https://github.com/olav-st/screencloud-onedrive/releases/download/v1.0/v1.0.zip</download>
</plugin>
<plugin>
<name>FTP</name>
<shortname>ftp</shortname>
<description>Upload to custom FTP server</description>
<author>Olav Sortland Thoresen</author>
<version>1.4</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-ftp/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-ftp</weblink>
<download>https://github.com/olav-st/screencloud-ftp/releases/download/v1.4/v1.4.zip</download>
</plugin>
<plugin>
<name>SFTP</name>
<shortname>sftp</shortname>
<description>Upload to a secure SFTP server</description>
<author>Olav Sortland Thoresen</author>
<version>1.8</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-sftp/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-sftp</weblink>
<download>https://github.com/olav-st/screencloud-sftp/releases/download/v1.8/v1.8.zip</download>
</plugin>
<plugin>
<name>Shell Script</name>
<shortname>shell</shortname>
<description>Pass the screenshot to a local shell script</description>
<author>Olav Sortland Thoresen</author>
<version>1.5</version>
<category>local</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-shellscript/master/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-shellscript</weblink>
<download>https://github.com/olav-st/screencloud-shellscript/releases/download/v1.5/v1.5.zip</download>
</plugin>
</plugins>