Star-rules

Apply CSS rules to all elements on the page

Star-rulesคืออะไร?

Star-rules เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chaitanyapramod.com และคุณลักษณะหลักของมันคือ "Apply CSS rules to all elements on the page"

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

screenshot

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

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

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

                        Applies CSS transition on all elements in the current page. All transitions on the page smoothly animate between values.

To try this out, open http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/ in Chrome browser and click on the star icon in the toolbar. Howering over the links in the article smoothly change their background.

The source-code of this project is hosted at https://github.com/chaitanyapramod/Star-rules                    

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

ชื่อ Star-rules Star-rules
ID keoloppemkcfmkhccfdjhijediepcaip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/star-rules/keoloppemkcfmkhccfdjhijediepcaip
คำอธิบาย Apply CSS rules to all elements on the page
ขนาดไฟล์ 61 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2018-02-25
วันที่เผยแพร่ 2018-02-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://chaitanyapramod.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://chaitanyapramod.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star-rules",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Apply CSS rules to all elements on the page",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/star_orange_32.png",
        "default_title": "Toggle CSS transition on '*' selector"
    },
    "icons": {
        "256": "images\/star_orange_256.png",
        "128": "images\/star_orange_128.png",
        "64": "images\/star_orange_64.png",
        "48": "images\/star_orange_48.png",
        "32": "images\/star_orange_32.png",
        "16": "images\/star_orange_16.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ]
}