Reverse Image Search
Adds an option to the context menu to reverse search an image on various services
Reverse Image Searchとは何ですか?
Reverse Image SearchはBrawlによって開発されたChromeの拡張機能で、その主な機能は「Adds an option to the context menu to reverse search an image on various services」です。
拡張機能のスクリーンショット
Reverse Image Search拡張機能のCRXファイルをダウンロード
Reverse Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Reverse Image Search |
ID | cdgbjhkjjghbjjikgjkkpljlmnpcakco |
公式URL | https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco |
説明 | Adds an option to the context menu to reverse search an image on various services |
ファイルサイズ | 91.63 KB |
インストール数 | 4,516 |
現在のバージョン | 4.1.2 |
最終更新日 | 2022-11-14 |
公開日 | 2020-06-08 |
評価 | 4.44/5 合計 18 レビュー |
開発者 | Brawl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Brawl345/Image-Reverse-Search-WebExtension |
対応言語 | 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" ] } |