forked from olav-st/screencloud-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-list.xml
More file actions
69 lines (69 loc) · 3.37 KB
/
plugin-list.xml
File metadata and controls
69 lines (69 loc) · 3.37 KB
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
<?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.2</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/dropbox/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-plugins</weblink>
<download>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/dropbox/current.zip</download>
</plugin>
<plugin>
<name>Imgur</name>
<shortname>imgur</shortname>
<description>Upload to imgur.com</description>
<author>Olav Sortland Thoresen</author>
<version>1.6</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/imgur/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-plugins</weblink>
<download>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/imgur/current.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-plugins/master/ftp/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-plugins</weblink>
<download>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/ftp/current.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.4</version>
<category>online</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/sftp/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-plugins</weblink>
<download>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/sftp/current.zip</download>
</plugin>
<plugin>
<name>Local File</name>
<shortname>file</shortname>
<description>Save to a file on your computer</description>
<author>Olav Sortland Thoresen</author>
<version>1.0</version>
<category>local</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/file/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-plugins</weblink>
<download>https://github.com/olav-st/screencloud-plugins/raw/master/file/current.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.1</version>
<category>local</category>
<icon>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/shell/icon.png</icon>
<weblink>https://github.com/olav-st/screencloud-plugins</weblink>
<download>https://raw.githubusercontent.com/olav-st/screencloud-plugins/master/shell/current.zip</download>
</plugin>
</plugins>