Stylesheet Count
Count of the number of Style Sheet tags on the current page
Wat is Stylesheet Count?
Stylesheet Count is een Chrome-extensie ontwikkeld door jeremyfine365, en de belangrijkste functie is "Count of the number of Style Sheet tags on the current page".
Extensie Screenshots
Download het CRX-bestand van de extensie Stylesheet Count
Download Stylesheet Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page. Basisinformatie over de Extensie
| Naam | |
| ID | gngfnjclpjflgomhidfecidndbfaniak |
| Officiële URL | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
| Beschrijving | Count of the number of Style Sheet tags on the current page |
| Bestandsgrootte | 43.27 KB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2014-04-01 |
| Publicatiedatum | 2014-04-01 |
| Beoordeling | 1.40/5 Totaal 30 Beoordelingen |
| Ontwikkelaar | jeremyfine365 |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |