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",
        ""
    ]
}