StyleStir

Get a quick overview of style tags.

StyleStirとは何ですか?

StyleStirはhendrik.kaoによって開発されたChromeの拡張機能で、その主な機能は「Get a quick overview of style tags.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

StyleStir拡張機能のCRXファイルをダウンロード

StyleStir拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        StyleStir lets you get a quick overview of style tags. Easily test your stylesheets on live pages and find and test the pages without legacy stylesheets.                    

拡張機能の基本情報

名前 StyleStir StyleStir
ID geiddmapllolffeknjjegpanflpknhbh
公式URL https://chromewebstore.google.com/detail/stylestir/geiddmapllolffeknjjegpanflpknhbh
説明 Get a quick overview of style tags.
ファイルサイズ 50.8 KB
インストール数 25
現在のバージョン 0.3
最終更新日 2015-01-02
公開日 2015-01-02
評価 3.00/5 合計 2 レビュー
開発者 hendrik.kao
支払い方法 free
拡張機能のウェブサイト http://hendrik.kao.ee/
ヘルプページのURL http://hendrik.kao.ee/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StyleStir",
    "description": "Get a quick overview of style tags.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "version": "0.3",
    "minimum_chrome_version": "10.0",
    "devtools_page": "devtools.html",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ]
}