StyleStir

Get a quick overview of style tags.

What is StyleStir?

StyleStir is a Chrome extension developed by hendrik.kao, and its main feature is "Get a quick overview of style tags.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download StyleStir Extension CRX File

Download StyleStir extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name StyleStir StyleStir
ID geiddmapllolffeknjjegpanflpknhbh
Official URL https://chromewebstore.google.com/detail/stylestir/geiddmapllolffeknjjegpanflpknhbh
Description Get a quick overview of style tags.
File Size 50.8 KB
Installation Count 25
Current Version 0.3
Last Updated 2015-01-02
Publish Date 2015-01-02
Rating 3.00/5 Total 2 Ratings
Developer hendrik.kao
Payment Type free
Extension Website http://hendrik.kao.ee/
Help Page URL http://hendrik.kao.ee/
Supported Languages 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",
        ""
    ]
}