Normal Tab Size
Set the default tab-size CSS property to 2 in every page (especially in GitHub)
Wat is Normal Tab Size?
Normal Tab Size is een Chrome-extensie ontwikkeld door fatalis.erratum, en de belangrijkste functie is "Set the default tab-size CSS property to 2 in every page (especially in GitHub)".
Download het CRX-bestand van de extensie Normal Tab Size
Download Normal Tab Size-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
Adds a user stylesheet that applies a `tab-size: 2` rule to the root element in every page. Basisinformatie over de Extensie
| Naam | |
| ID | kjjblpbmpgkbfnonlanolpcmlolafamn |
| Officiële URL | https://chrome.google.com/webstore/detail/normal-tab-size/kjjblpbmpgkbfnonlanolpcmlolafamn |
| Beschrijving | Set the default tab-size CSS property to 2 in every page (especially in GitHub) |
| Bestandsgrootte | 39.03 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2017-05-14 |
| Publicatiedatum | 2017-05-14 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | fatalis.erratum |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/slikts/normaltabs |
| Help Pagina-URL | https://github.com/slikts/normaltabs/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |