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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}