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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
公式URL | 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 } |