NooBox
Reverse image search
NooBoxとは何ですか?
NooBoxはhttps://ainoob.comによって開発されたChromeの拡張機能で、その主な機能は「Reverse image search」です。
拡張機能のスクリーンショット
NooBox拡張機能のCRXファイルをダウンロード
NooBox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NooBox is a toolbox that contains 1. Reverse Image Search with multiple engines 2. Extract images 3. Screenshot & Search 4. Auto Refresh 5. H5 Video Control
拡張機能の基本情報
名前 | NooBox |
ID | kidibbfcblfbbafhnlanccjjdehoahep |
公式URL | https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep |
説明 | Reverse image search |
ファイルサイズ | 2.73 MB |
インストール数 | 70,790 |
現在のバージョン | 1.1.13 |
最終更新日 | 2023-02-04 |
公開日 | 2020-05-23 |
評価 | 4.48/5 合計 236 レビュー |
開発者 | https://ainoob.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ainoob.com/project/noobox |
ヘルプページのURL | https://github.com/AInoob/NooBox/issues |
プライバシーポリシーページのURL | https://ainoob.com/privacy.txt |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "NB", "version": "1.1.13", "browser_action": { "default_icon": "images\/icon_128.png", "default_title": "NooBox~", "default_popup": "popup.html" }, "icons": { "128": "images\/icon_128.png" }, "background": { "scripts": [ "thirdParty\/jquery.min.js", "thirdParty\/fileSavor.js", "thirdParty\/jszip.min.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "thirdParty\/jquery.min.js", "contentScript\/videoControl.js", "contentScript\/extractImages.js" ], "run_at": "document_start", "all_frames": true } ], "default_locale": "en", "permissions": [ "tabs", "contextMenus", "storage", "activeTab", "notifications", " |