Billfish - Free material management tool

Quickly and easily manage your design materials-so you have more time to focus on the design itself.

Billfish - Free material management tool란 무엇입니까?

Billfish - Free material management tool은(는) billfishchina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and easily manage your design materials-so you have more time to focus on the design itself."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Billfish - Free material management tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Help users quickly get web page pictures through the browser                    

확장 프로그램 기본 정보

이름 Billfish - Free material management tool Billfish - Free material management tool
ID piohkopmiebhgodfkcfcmjbmgkcnjnmf
공식 URL https://chromewebstore.google.com/detail/billfish-free-material-ma/piohkopmiebhgodfkcfcmjbmgkcnjnmf
설명 Quickly and easily manage your design materials-so you have more time to focus on the design itself.
파일 크기 1006 KB
설치 횟수 41,419
현재 버전 4.0.5
최근 업데이트 2023-08-01
출시 날짜 2021-01-20
평점 4.37/5 총 27 개의 평점
개발자 billfishchina
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.billfish.cn
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "default_locale": "en",
    "version": "4.0.5",
    "description": "__MSG_desc__",
    "homepage_url": "https:\/\/www.billfish.cn\/",
    "author": "Billfish",
    "action": {
        "default_icon": {
            "16": ".\/assets\/icons\/16.png",
            "32": ".\/assets\/icons\/32.png",
            "64": ".\/assets\/icons\/64.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "css": [
                ".\/styles\/contentInject.css",
                ".\/styles\/scrollcapture.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "assets\/icons\/*",
                "edit\/*",
                "file\/*",
                "background.js",
                "policy.js",
                "loader.js",
                "kb-wasm.js",
                "kb-wasm.wasm",
                "swcache\/*\/*",
                "styles\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": ".\/assets\/icons\/16.png",
        "32": ".\/assets\/icons\/32.png",
        "48": ".\/assets\/icons\/48.png",
        "64": ".\/assets\/icons\/64.png",
        "128": ".\/assets\/icons\/128.png",
        "256": ".\/assets\/icons\/256.png",
        "512": ".\/assets\/icons\/512.png",
        "1024": ".\/assets\/icons\/1024.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "webRequest",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}