Custom CSS by Denis

Minimal and secure way to add custom CSS per-domain

Custom CSS by Denisคืออะไร?

Custom CSS by Denis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sokolov.cc และคุณลักษณะหลักของมันคือ "Minimal and secure way to add custom CSS per-domain"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom CSS by Denis

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}