Custom CSS by Denis

Minimal and secure way to add custom CSS per-domain

什么是Custom CSS by Denis?

Custom CSS by Denis是由https://sokolov.cc开发的Chrome扩展程序,该扩展的主要功能是“Minimal and secure way to add custom CSS per-domain”。

扩展截图

screenshot

下载Custom CSS by Denis扩展crx文件

下载Custom CSS by Denis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Custom CSS by Denis Custom CSS by Denis
ID cemphncflepgmgfhcdegkbkekifodacd
官方URL https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd
简介 Minimal and secure way to add custom CSS per-domain
文件大小 40.74 KB
安装次数 3,018
当前版本 1.2.0
更新时间 2024-03-04
上架时间 2018-10-20
评分 4.30/5 共30次评分
开发者 https://sokolov.cc
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/denis-sokolov/chrome-custom-css
帮助页面URL https://github.com/denis-sokolov/chrome-custom-css/issues
支持的语言 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"
    ]
}