Customize CSS

Change your favourite websites design instantly by using Chrome's Customize CSS extension.

Customize CSS là gì?

Customize CSS là một tiện ích mở rộng Chrome được phát triển bởi Yasser R Shaikh, và tính năng chính của nó là "Change your favourite websites design instantly by using Chrome's Customize CSS extension.".

Ả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 Customize CSS

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

                        Lets your customize look and feel of any site, and remembers it. Simply override the css  of the existing website and this plugin will remember it.                    

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

Tên Customize CSS Customize CSS
ID iiigcmcpofchighahjijinjnajfnnidd
URL Chính Thức https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd
Mô tả Change your favourite websites design instantly by using Chrome's Customize CSS extension.
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-08-29
Ngày Phát Hành 2019-08-24
Nhà Phát Triển Yasser R Shaikh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup.html",
        "default_title": "Customize CSS"
    },
    "description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.",
    "manifest_version": 2,
    "name": "Customize CSS",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}