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
公式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
Eメール [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"
    ]
}