Stylesheet Count
Count of the number of Style Sheet tags on the current page
Vad är Stylesheet Count?
Stylesheet Count är en Chrome-tillägg utvecklad av jeremyfine365, och dess huvudfunktion är "Count of the number of Style Sheet tags on the current page".
Tilläggsskärmbilder
Ladda ner Stylesheet Count-förlängningens CRX-fil
Ladda ner Stylesheet Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.
Grundläggande Information om Tillägg
Namn | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
Officiell webbadress | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
Beskrivning | Count of the number of Style Sheet tags on the current page |
Filstorlek | 43.27 KB |
Antal Installationer | 10,000 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-04-01 |
Publiceringsdatum | 2014-04-01 |
Betyg | 1.40/5 Totalt 30 Betyg |
Utvecklare | jeremyfine365 |
Betalningssätt | free |
Stödda Språk | 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 } |