Found

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

Found là gì?

Found là một tiện ích mở rộng Chrome được phát triển bởi https://aalab.com, và tính năng chính của nó là "The browser extension of Found (Aalab.com), to help download assets from webpages to collections".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Found

Tải xuống các tệp mở rộng Found dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Found Found
ID didjghlckjhcmaehijhnndpmagpakkkm
URL Chính Thức https://chromewebstore.google.com/detail/found/didjghlckjhcmaehijhnndpmagpakkkm
Mô tả The browser extension of Found (Aalab.com), to help download assets from webpages to collections
Kích Thước Tệp 700 KB
Số Lần Cài Đặt 5,392
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2023-06-14
Ngày Phát Hành 2022-12-02
Đánh Giá 3.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://aalab.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.aalab.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}