NooBox
Reverse image search
Hvad er NooBox?
NooBox er en Chrome-udvidelse udviklet af https://ainoob.com, og dens hovedfunktion er "Reverse image search".
Udvidelsesskærmbilleder
Download NooBox-udvidelses-CRX-fil
Download NooBox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | NooBox |
ID | kidibbfcblfbbafhnlanccjjdehoahep |
Officiel URL | https://chromewebstore.google.com/detail/noobox/kidibbfcblfbbafhnlanccjjdehoahep |
Beskrivelse | Reverse image search |
Filstørrelse | 2.73 MB |
Antal Installationer | 70,790 |
Nuværende Version | 1.1.13 |
Senest Opdateret | 2023-02-04 |
Udgivelsesdato | 2020-05-23 |
Bedømmelse | 4.48/5 Samlet 236 Bedømmelser |
Udvikler | https://ainoob.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://ainoob.com/project/noobox |
Hjælpeside-URL | https://github.com/AInoob/NooBox/issues |
URL til Fortrolighedspolitik Side | https://ainoob.com/privacy.txt |
Understøttede Sprog | 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", " |