Found

The browser extension of Found (Aalab.com), to help download assets from webpages to collections

什么是Found?

Found是由https://aalab.com开发的Chrome扩展程序,该扩展的主要功能是“The browser extension of Found (Aalab.com), to help download assets from webpages to collections”。

扩展截图

screenshot
screenshot

下载Found扩展crx文件

下载Found扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Found Found
ID didjghlckjhcmaehijhnndpmagpakkkm
官方URL https://chromewebstore.google.com/detail/found/didjghlckjhcmaehijhnndpmagpakkkm
简介 The browser extension of Found (Aalab.com), to help download assets from webpages to collections
文件大小 700 KB
安装次数 5,392
当前版本 1.0.8
更新时间 2023-06-14
上架时间 2022-12-02
评分 3.77/5 共13次评分
开发者 https://aalab.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.aalab.com/privacy-policy
支持的语言 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'"
    }
}