Stylizer

Give websites user-defined CSS's.

Stylizer là gì?

Stylizer là một tiện ích mở rộng Chrome được phát triển bởi alchen, và tính năng chính của nó là "Give websites user-defined CSS's.".

Ả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 Stylizer

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

                        Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that.

Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.                    

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

Tên Stylizer Stylizer
ID mbkgmbcpdlmljilggcgcfpmcdjaijmfl
URL Chính Thức https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl
Mô tả Give websites user-defined CSS's.
Kích Thước Tệp 49.52 KB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-02-13
Ngày Phát Hành 2018-02-13
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển alchen
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alchen/stylizer
URL Trang Trợ Giúp https://github.com/alchen/stylizer/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylizer",
    "description": "Give websites user-defined CSS's.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}