Found
The browser extension of Found (Aalab.com), to help download assets from webpages to collections
Was ist Found?
Found ist eine Chrome-Erweiterung, die von https://aalab.com entwickelt wurde, und ihr Hauptmerkmal ist "The browser extension of Found (Aalab.com), to help download assets from webpages to collections".
Erweiterungsscreenshots
Found-Erweiterungs-CRX-Datei herunterladen
Laden Sie Found-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Found |
ID | didjghlckjhcmaehijhnndpmagpakkkm |
Offizielle URL | https://chromewebstore.google.com/detail/found/didjghlckjhcmaehijhnndpmagpakkkm |
Beschreibung | The browser extension of Found (Aalab.com), to help download assets from webpages to collections |
Dateigröße | 700 KB |
Installationsanzahl | 5,392 |
Aktuelle Version | 1.0.8 |
Letztes Update | 2023-06-14 |
Veröffentlichungsdatum | 2022-12-02 |
Bewertung | 3.77/5 Insgesamt 13 Bewertungen |
Entwickler | https://aalab.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.aalab.com/privacy-policy |
Unterstützte Sprachen | 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'" } } |