Revert renaming,

remove "OCR Plugin", add "Win10 Plugin"
This commit is contained in:
Christian Schulz 2025-08-06 20:05:12 +02:00
commit 96af2330b1

View file

@ -30,24 +30,24 @@ Here is an example on how to exclude plugins by adding the plugins you don't wan
An example to exclude the box and dropbox plug-ins add the following line somewhere under the ```[Core]``` section:
```
ExcludePlugins=Box,Dropbox
ExcludePlugins=Box Plugin,Dropbox Plugin
```
The names of the plugin are visible in the Plugins directory within Greenshot's installation directory (without the prefix "Greenshot.Plugin." ).
The names of the plugin are visible in the Plugins tab of the settings or the greenshot.log (due to unfortunate decision while coding, they all end with " Plugin").
For compatibility reasons, the name for "GooglePhotos Plugin" is "Picasa-Web Plugin".
For completeness we describe the plugins here (do not include the quotes!):
* "Box"
* "Confluence"
* "Dropbox"
* "ExternalCommand"
* "Flickr"
* "GooglePhotos"
* "Imgur"
* "Jira"
* "Office"
* "Photobucket"
* "Win10"
* "Box Plugin"
* "Confluence Plugin"
* "Dropbox Plugin"
* "External command Plugin"
* "Flickr Plugin"
* "Imgur Plugin"
* "Jira Plugin"
* "Office Plugin"
* "Photobucket Plugin"
* "Picasa-Web Plugin"
* "Win10 Plugin"
Destination