Green Sliders
Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
Green Sliders là gì?
Green Sliders là một tiện ích mở rộng Chrome được phát triển bởi Stephen Cerruti, và tính năng chính của nó là "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Green Sliders
Tải xuống các tệp mở rộng Green Sliders 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
This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Green Sliders |
ID | ekclgcnohbbnobgdoolbikeigdjnhdnp |
URL Chính Thức | https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp |
Mô tả | Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red. |
Kích Thước Tệp | 34.33 KB |
Số Lần Cài Đặt | 463 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-04-16 |
Ngày Phát Hành | 2016-04-15 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Stephen Cerruti |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Green Sliders", "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.scoutbook.com\/*" ], "css": [ "greenSliders.css" ], "run_at": "document_start" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "72": "icon72.png", "128": "icon128.png" } } |