NooBox
Reverse image search
Wat is NooBox?
NooBox is een Chrome-extensie ontwikkeld door https://ainoob.com, en de belangrijkste functie is "Reverse image search".
Extensie Screenshots
Download het CRX-bestand van de extensie NooBox
Download NooBox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | NooBox |
ID | kidibbfcblfbbafhnlanccjjdehoahep |
Officiële URL | https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep |
Beschrijving | Reverse image search |
Bestandsgrootte | 2.73 MB |
Aantal Installaties | 70,790 |
Huidige Versie | 1.1.13 |
Laatst Bijgewerkt | 2023-02-04 |
Publicatiedatum | 2020-05-23 |
Beoordeling | 4.48/5 Totaal 236 Beoordelingen |
Ontwikkelaar | https://ainoob.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ainoob.com/project/noobox |
Help Pagina-URL | https://github.com/AInoob/NooBox/issues |
URL van de Privacybeleid Pagina | https://ainoob.com/privacy.txt |
Ondersteunde Talen | 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", " |