Reverse Image Search
Adds an option to the context menu to reverse search an image on various services
Co je Reverse Image Search?
Reverse Image Search je rozšíření Chrome vyvinuté Brawl, a jeho hlavní funkcí je „Adds an option to the context menu to reverse search an image on various services“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reverse Image Search
Stáhněte si soubory rozšíření Reverse Image Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Adds an option to the context menu to search with an image on Google, Bing, Yandex, TinEye, SauceNAO, IQDB or custom search engines with your own URL. If you choose more than one search engine, they will all be shown in a handy submenu! If more than one search engine is selected, a new entry "Open All" will also be shown. You can even choose the tab behaviour that suits your needs! Submit translations to the GitHub repo: https://github.com/Brawl345/Image-Reverse-Search-WebExtension Icon made by "Madebyoliver" from www.flaticon.com
Základní Informace o Rozšíření
Název | Reverse Image Search |
ID | cdgbjhkjjghbjjikgjkkpljlmnpcakco |
Oficiální URL | https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco |
Popis | Adds an option to the context menu to reverse search an image on various services |
Velikost souboru | 91.63 KB |
Počet instalací | 4,516 |
Aktuální Verze | 4.1.2 |
Poslední Aktualizace | 2022-11-14 |
Datum Vydání | 2020-06-08 |
Hodnocení | 4.44/5 Celkem 18 Hodnocení |
Vývojář | Brawl |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Brawl345/Image-Reverse-Search-WebExtension |
Podporované Jazyky | de,en,fr,tr,es,pt-BR,sv,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Andreas Bielawski", "version": "4.1.2", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "build\/service-worker\/service-worker.js", "type": "module" }, "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" }, "permissions": [ "contextMenus", "storage" ] } |