Stylesheet Count
Count of the number of Style Sheet tags on the current page
Cos'è Stylesheet Count?
Stylesheet Count è un'estensione di Chrome sviluppata da jeremyfine365, e la sua funzione principale è "Count of the number of Style Sheet tags on the current page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stylesheet Count
Scarica i file di estensione Stylesheet Count in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.
Informazioni di Base sull'Estensione
Nome | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
URL Ufficiale | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
Descrizione | Count of the number of Style Sheet tags on the current page |
Dimensione del File | 43.27 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-04-01 |
Data di Pubblicazione | 2014-04-01 |
Valutazione | 1.40/5 Totale 30 Valutazioni |
Sviluppatore | jeremyfine365 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |