Star-rules

Apply CSS rules to all elements on the page

什麼是Star-rules?

Star-rules是由https://chaitanyapramod.com開發的Chrome擴展程式,該擴展的主要功能是“Apply CSS rules to all elements on the page”。

擴展截圖

screenshot

下載Star-rules擴展crx文件

下載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
官方網址 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"
    ]
}