Stylite

Quickly customize styling on any website

Styliteคืออะไร?

Stylite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zenture และคุณลักษณะหลักของมันคือ "Quickly customize styling on any website"

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

screenshot

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

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

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

                        A super lightweight style editor. Apply any styles you want to any site.

* Click the paint palette icon to bring up the style editor for the current site
* Click outside the editor to save
  * You can also press cmd+enter to save at any time

This extension is free and open source! Check it out: https://github.com/iansinnott/stylite                    

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

ชื่อ Stylite Stylite
ID alghcdmjanomnafjjmmhegabkilpbaea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stylite/alghcdmjanomnafjjmmhegabkilpbaea
คำอธิบาย Quickly customize styling on any website
ขนาดไฟล์ 510 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
ผู้พัฒนา Zenture
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/iansinnott/stylite
URL หน้าช่วยเหลือ https://github.com/iansinnott/stylite/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stylite",
    "description": "Quickly customize styling on any website",
    "version": "0.3.0",
    "icons": {
        "128": "icon128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon19x19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage",
        "unlimitedStorage"
    ]
}

ส่วนขยายที่เกี่ยวข้อง