Normal Tab Size
Set the default tab-size CSS property to 2 in every page (especially in GitHub)
Was ist Normal Tab Size?
Normal Tab Size ist eine Chrome-Erweiterung, die von fatalis.erratum entwickelt wurde, und ihr Hauptmerkmal ist "Set the default tab-size CSS property to 2 in every page (especially in GitHub)".
Normal Tab Size-Erweiterungs-CRX-Datei herunterladen
Laden Sie Normal Tab Size-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a user stylesheet that applies a `tab-size: 2` rule to the root element in every page. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kjjblpbmpgkbfnonlanolpcmlolafamn |
| Offizielle URL | https://chrome.google.com/webstore/detail/normal-tab-size/kjjblpbmpgkbfnonlanolpcmlolafamn |
| Beschreibung | Set the default tab-size CSS property to 2 in every page (especially in GitHub) |
| Dateigröße | 39.03 KB |
| Installationsanzahl | 19 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2017-05-14 |
| Veröffentlichungsdatum | 2017-05-14 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | fatalis.erratum |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/slikts/normaltabs |
| Hilfeseite URL | https://github.com/slikts/normaltabs/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |