Stylesheet Count

Count of the number of Style Sheet tags on the current page

What is Stylesheet Count?

Stylesheet Count is a Chrome extension developed by jeremyfine365, and its main feature is "Count of the number of Style Sheet tags on the current page".

Extension Screenshots

screenshot

Download Stylesheet Count Extension CRX File

Download Stylesheet Count 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

                        Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.                    

Extension Basic Information

Name Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
Official URL https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
Description Count of the number of Style Sheet tags on the current page
File Size 43.27 KB
Installation Count 10,000
Current Version 0.1
Last Updated 2014-04-01
Publish Date 2014-04-01
Rating 1.40/5 Total 30 Ratings
Developer jeremyfine365
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Stylesheet Count",
    "description": "Count of the number of Style Sheet tags on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stylesheet Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}