Found
The browser extension of Found (Aalab.com), to help download assets from webpages to collections
Cos'è Found?
Found è un'estensione di Chrome sviluppata da https://aalab.com, e la sua funzione principale è "The browser extension of Found (Aalab.com), to help download assets from webpages to collections".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Found
Scarica i file di estensione Found in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1.0.8 - Fixed redundant notes from New Bing Image Creator; Improved support for MidJourney; Repositioned popup menu 1.0.7 - Supports MidJourney, including downloading large images and saving prompts to notes 1.0.6 - Supports downloading images from local Stable Diffusion webpage Fixed a problem of wrong resolution image when downloading from Pinterest 1.0.5 - New collection search feature
Informazioni di Base sull'Estensione
Nome | Found |
ID | didjghlckjhcmaehijhnndpmagpakkkm |
URL Ufficiale | https://chromewebstore.google.com/detail/found/didjghlckjhcmaehijhnndpmagpakkkm |
Descrizione | The browser extension of Found (Aalab.com), to help download assets from webpages to collections |
Dimensione del File | 700 KB |
Conteggio Installazioni | 5,392 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2023-06-14 |
Data di Pubblicazione | 2022-12-02 |
Valutazione | 3.77/5 Totale 13 Valutazioni |
Sviluppatore | https://aalab.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.aalab.com/privacy-policy |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.8", "default_locale": "en", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/chunk-vendors.js", "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end", "all_frames": true } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_icon": "img\/icon48.png", "default_title": "popup", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'; frame-src 'self'; child-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'" } } |