Normal Tab Size
Set the default tab-size CSS property to 2 in every page (especially in GitHub)
Hvad er Normal Tab Size?
Normal Tab Size er en Chrome-udvidelse udviklet af fatalis.erratum, og dens hovedfunktion er "Set the default tab-size CSS property to 2 in every page (especially in GitHub)".
Download Normal Tab Size-udvidelses-CRX-fil
Download Normal Tab Size-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds a user stylesheet that applies a `tab-size: 2` rule to the root element in every page. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kjjblpbmpgkbfnonlanolpcmlolafamn |
| Officiel URL | https://chrome.google.com/webstore/detail/normal-tab-size/kjjblpbmpgkbfnonlanolpcmlolafamn |
| Beskrivelse | Set the default tab-size CSS property to 2 in every page (especially in GitHub) |
| Filstørrelse | 39.03 KB |
| Antal Installationer | 19 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2017-05-14 |
| Udgivelsesdato | 2017-05-14 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | fatalis.erratum |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/slikts/normaltabs |
| Hjælpeside-URL | https://github.com/slikts/normaltabs/issues |
| Understøttede Sprog | 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"
]
}
]
} | |