Normal Tab Size
Set the default tab-size CSS property to 2 in every page (especially in GitHub)
Normal Tab Size là gì?
Normal Tab Size là một tiện ích mở rộng Chrome được phát triển bởi fatalis.erratum, và tính năng chính của nó là "Set the default tab-size CSS property to 2 in every page (especially in GitHub)".
Tải xuống tệp CRX của tiện ích mở rộng Normal Tab Size
Tải xuống các tệp mở rộng Normal Tab Size dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a user stylesheet that applies a `tab-size: 2` rule to the root element in every page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kjjblpbmpgkbfnonlanolpcmlolafamn |
URL Chính Thức | https://chrome.google.com/webstore/detail/normal-tab-size/kjjblpbmpgkbfnonlanolpcmlolafamn |
Mô tả | Set the default tab-size CSS property to 2 in every page (especially in GitHub) |
Kích Thước Tệp | 39.03 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-05-14 |
Ngày Phát Hành | 2017-05-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | fatalis.erratum |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/slikts/normaltabs |
URL Trang Trợ Giúp | https://github.com/slikts/normaltabs/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |