Stylesheet Count

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

什麼是Stylesheet Count?

Stylesheet Count是由jeremyfine365開發的Chrome擴展程式,該擴展的主要功能是“Count of the number of Style Sheet tags on the current page”。

擴展截圖

screenshot

下載Stylesheet Count擴展crx文件

下載Stylesheet Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
官方網址 https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
簡介 Count of the number of Style Sheet tags on the current page
檔案大小 43.27 KB
安裝次數 10,000
目前版本 0.1
更新時間 2014-04-01
上架時間 2014-04-01
評分 1.40/5 共 30 次評分
開發者 jeremyfine365
付費類型 free
支援的語言 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
}