Stylesheet Count
Count of the number of Style Sheet tags on the current page
Qu'est-ce que Stylesheet Count ?
Stylesheet Count est une extension Chrome développée par jeremyfine365, et sa fonction principale est "Count of the number of Style Sheet tags on the current page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stylesheet Count
Téléchargez les fichiers d'extension Stylesheet Count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.
Informations de Base sur l'Extension
Nom | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
URL Officiel | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
Description | Count of the number of Style Sheet tags on the current page |
Taille du Fichier | 43.27 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-04-01 |
Date de Publication | 2014-04-01 |
Évaluation | 1.40/5 Total 30 Évaluations |
Développeur | jeremyfine365 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |