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
Eメール [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'"
    }
}