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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly and easily manage your design materials-so you have more time to focus on the design itself."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Billfish - Free material management tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}