Normal Tab Size
Set the default tab-size CSS property to 2 in every page (especially in GitHub)
Apa itu Normal Tab Size?
Normal Tab Size adalah ekstensi Chrome yang dikembangkan oleh fatalis.erratum, dan fitur utamanya adalah "Set the default tab-size CSS property to 2 in every page (especially in GitHub)".
Unduh Berkas CRX Ekstensi Normal Tab Size
Unduh file ekstensi Normal Tab Size dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Adds a user stylesheet that applies a `tab-size: 2` rule to the root element in every page.
Informasi Dasar Ekstensi
Nama | |
ID | kjjblpbmpgkbfnonlanolpcmlolafamn |
URL Resmi | https://chrome.google.com/webstore/detail/normal-tab-size/kjjblpbmpgkbfnonlanolpcmlolafamn |
Deskripsi | Set the default tab-size CSS property to 2 in every page (especially in GitHub) |
Ukuran File | 39.03 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-05-14 |
Tanggal Publikasi | 2017-05-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | fatalis.erratum |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/slikts/normaltabs |
URL Halaman Bantuan | https://github.com/slikts/normaltabs/issues |
Bahasa yang Didukung | 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" ] } ] } |