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文件

下載Billfish - Free material management tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Help users quickly get web page pictures through the browser                    

擴展基本資訊

名稱 Billfish - Free material management tool Billfish - Free material management tool
ID piohkopmiebhgodfkcfcmjbmgkcnjnmf
官方網址 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'"
    }
}