Found

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

Foundคืออะไร?

Found เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aalab.com และคุณลักษณะหลักของมันคือ "The browser extension of Found (Aalab.com), to help download assets from webpages to collections"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Found

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
    }
}