NooBox
Reverse image search
Apa itu NooBox?
NooBox adalah ekstensi Chrome yang dikembangkan oleh https://ainoob.com, dan fitur utamanya adalah "Reverse image search".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NooBox
Unduh file ekstensi NooBox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | NooBox |
ID | kidibbfcblfbbafhnlanccjjdehoahep |
URL Resmi | https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep |
Deskripsi | Reverse image search |
Ukuran File | 2.73 MB |
Jumlah Instalasi | 70,790 |
Versi Saat Ini | 1.1.13 |
Terakhir Diperbarui | 2023-02-04 |
Tanggal Publikasi | 2020-05-23 |
Penilaian | 4.48/5 Total 236 Penilaian |
Pengembang | https://ainoob.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ainoob.com/project/noobox |
URL Halaman Bantuan | https://github.com/AInoob/NooBox/issues |
URL Halaman Kebijakan Privasi | https://ainoob.com/privacy.txt |
Bahasa yang Didukung | 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", " |