Normal Tab Size
Set the default tab-size CSS property to 2 in every page (especially in GitHub)
Cos'è Normal Tab Size?
Normal Tab Size è un'estensione di Chrome sviluppata da fatalis.erratum, e la sua funzione principale è "Set the default tab-size CSS property to 2 in every page (especially in GitHub)".
Scarica il file CRX dell'estensione Normal Tab Size
Scarica i file di estensione Normal Tab Size 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
Adds a user stylesheet that applies a `tab-size: 2` rule to the root element in every page. Informazioni di Base sull'Estensione
| Nome | |
| ID | kjjblpbmpgkbfnonlanolpcmlolafamn |
| URL Ufficiale | https://chrome.google.com/webstore/detail/normal-tab-size/kjjblpbmpgkbfnonlanolpcmlolafamn |
| Descrizione | Set the default tab-size CSS property to 2 in every page (especially in GitHub) |
| Dimensione del File | 39.03 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2017-05-14 |
| Data di Pubblicazione | 2017-05-14 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | fatalis.erratum |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/slikts/normaltabs |
| URL della Pagina di Aiuto | https://github.com/slikts/normaltabs/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Normal Tab Size",
"version": "1.0.1",
"manifest_version": 2,
"description": "Set the default tab-size CSS property to 2 in every page (especially in GitHub)",
"homepage_url": "https:\/\/github.com\/slikts\/normaltabs",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"css": [
"src\/inject.css"
]
},
{
"matches": [
"*:\/\/*.github.com\/*"
],
"all_frames": true,
"css": [
"src\/github.css"
]
}
]
} | |