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 là gì?

Billfish - Free material management tool là một tiện ích mở rộng Chrome được phát triển bởi billfishchina, và tính năng chính của nó là "Quickly and easily manage your design materials-so you have more time to focus on the design itself.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Billfish - Free material management tool

Tải xuống các tệp mở rộng Billfish - Free material management tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Help users quickly get web page pictures through the browser                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Billfish - Free material management tool Billfish - Free material management tool
ID piohkopmiebhgodfkcfcmjbmgkcnjnmf
URL Chính Thức https://chromewebstore.google.com/detail/billfish-free-material-ma/piohkopmiebhgodfkcfcmjbmgkcnjnmf
Mô tả Quickly and easily manage your design materials-so you have more time to focus on the design itself.
Kích Thước Tệp 1006 KB
Số Lần Cài Đặt 41,419
Phiên Bản Hiện Tại 4.0.5
Cập Nhật Lần Cuối 2023-08-01
Ngày Phát Hành 2021-01-20
Đánh Giá 4.37/5 Tổng số 27 Đánh Giá
Nhà Phát Triển billfishchina
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.billfish.cn
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}