CSS inject

Very simple chrome extension to inject CSS into websites

CSS injectคืออะไร?

CSS inject เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NGC Corp. และคุณลักษณะหลักของมันคือ "Very simple chrome extension to inject CSS into websites"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย CSS inject ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        * synced between devices
* no ads
* no tracking
* open source                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS inject CSS inject
ID faibaacflblbomlgemniiegenfkjhopj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-inject/faibaacflblbomlgemniiegenfkjhopj
คำอธิบาย Very simple chrome extension to inject CSS into websites
ขนาดไฟล์ 7.88 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-03-26
วันที่เผยแพร่ 2021-03-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา NGC Corp.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ngc-corp/browser-extension-css-inject
URL หน้าช่วยเหลือ https://github.com/ngc-corp/browser-extension-css-inject/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS inject",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "CSS inject",
        "default_popup": "popup.html"
    },
    "description": "Very simple chrome extension to inject CSS into websites",
    "author": "NCG Corp. ",
    "homepage_url": "https:\/\/github.com\/ngc-corp\/browser-extension-css-inject",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "offline_enabled": true
}