Color Changer

Change the current page color

Color Changer là gì?

Color Changer là một tiện ích mở rộng Chrome được phát triển bởi http://cleandesk.info, và tính năng chính của nó là "Change the current page color".

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

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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

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

Tên Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
URL Chính Thức https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Mô tả Change the current page color
Kích Thước Tệp 4.08 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-08-25
Ngày Phát Hành 2016-08-23
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://cleandesk.info
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://cleandesk.info/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}