Custom CSS by Denis

Minimal and secure way to add custom CSS per-domain

Custom CSS by Denis là gì?

Custom CSS by Denis là một tiện ích mở rộng Chrome được phát triển bởi https://sokolov.cc, và tính năng chính của nó là "Minimal and secure way to add custom CSS per-domain".

Ả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 Custom CSS by Denis

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

                        Add custom CSS styles on websites.

The extension does not require permissions to access all data on all websites all the time. Once you start editing CSS on a page, you get a permission prompt specific to that domain. Later, if the CSS for a domain is not used, the permission will be dropped.

There is no UI clutter of any kind. The entire extension consists of a big editable area for CSS code for the current domain.                    

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

Tên Custom CSS by Denis Custom CSS by Denis
ID cemphncflepgmgfhcdegkbkekifodacd
URL Chính Thức https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd
Mô tả Minimal and secure way to add custom CSS per-domain
Kích Thước Tệp 40.74 KB
Số Lần Cài Đặt 3,018
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2018-10-20
Đánh Giá 4.30/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://sokolov.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/denis-sokolov/chrome-custom-css
URL Trang Trợ Giúp https://github.com/denis-sokolov/chrome-custom-css/issues
Ngôn Ngữ Được Hỗ Trợ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "1.2.0",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/16.png",
        "48": "src\/icons\/48.png",
        "128": "src\/icons\/128.png",
        "256": "src\/icons\/256.png"
    },
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}