Background Changer

apply different colors to webpage background and find which looks perfect

Background Changer là gì?

Background Changer là một tiện ích mở rộng Chrome được phát triển bởi ermajsurfaceret, và tính năng chính của nó là "apply different colors to webpage background and find which looks perfect".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Background Changer

Tải xuống các tệp mở rộng Background Changer 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

                        Background Changer help you apply different colors to your favorite websites background.                    

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

Tên Background Changer Background Changer
ID dolkekeohjbdpclenociegcnolpipafo
URL Chính Thức https://chrome.google.com/webstore/detail/background-changer/dolkekeohjbdpclenociegcnolpipafo
Mô tả apply different colors to webpage background and find which looks perfect
Kích Thước Tệp 19.77 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2022-07-07
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ermajsurfaceret
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Background Changer",
    "description": "apply different colors to webpage background and find which looks perfect",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "app.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}