Skip to content

Commit f8c8f56

Browse files
committed
v3.2.0:
* Custom icon * Updated German translation * Updated README
1 parent 814ef73 commit f8c8f56

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ WebExtension which adds an option to the context menu to search with an image on
77
* Available for Opera in the [Opera Add-Ons Store](https://addons.opera.com/extensions/details/image-reverse-search/)
88
* Available for Chrome in the [Releases section](https://github.com/Brawl345/Image-Reverse-Search-with-Google/releases) (drag CRX into chrome://extensions)
99

10+
## Features
11+
* Add multiple custom search providers with your own URL
12+
* Name them and upload a custom icon
13+
* Show multiple search providers in a submenu
14+
* Open search page left, right or at the end
15+
* Open search page in background or foreground
16+
1017
## Thanks to
1118
* [FlandreDaisuki](https://github.com/Brawl345/Image-Reverse-Search-WebExtension/issues?q=is%3Apr+author%3AFlandreDaisuki)
1219
* [yfdyh000](https://github.com/Brawl345/Image-Reverse-Search-WebExtension/issues?q=is%3Apr+author%3Ayfdyh000)

_locales/de/messages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@
9090
"msgDuplicatedProviderName": {
9191
"message": "Ein Suchanbieter-Name ist doppelt!"
9292
},
93+
94+
"msgIconUploadNotImage": {
95+
"message": "Bitte lade ein unterstütztes Format hoch! (png, jpg, ico)"
96+
},
97+
98+
"msgIconUploadNotSquareImage": {
99+
"message": "Bitte lade ein quadratisches Bild hoch!"
100+
},
93101

94102
"msgSuccessSaveOptions": {
95103
"message": "Gespeichert!"

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "__MSG_extensionName__",
55
"description": "__MSG_extensionDescription__",
66
"author": "Andreas Bielawski",
7-
"version": "3.1.4",
7+
"version": "3.2.0",
88
"icons": {
99
"16": "icons/16.png",
1010
"32": "icons/32.png",

0 commit comments

Comments
 (0)