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
Eメール [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"
    ]
}