Stylebot
Change the appearance of the web instantly
Stylebot là gì?
Stylebot là một tiện ích mở rộng Chrome được phát triển bởi https://stylebot.dev, và tính năng chính của nó là "Change the appearance of the web instantly".
Ả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 Stylebot
Tải xuống các tệp mở rộng Stylebot 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
You pick an element and choose any changes you want to make from the editor. You can change the font, color, margins, visibility and a lot more. You can also code CSS manually. ★ Easy to use: Pick and style elements using UI actions ★ Simple & Quick: Changes are saved instantly ★ Code editor - Write your own CSS ★ Readability Mode - Make articles on any site readable by hiding non-essential page elements like sidebars, footers and ads. ★ Grayscale Mode - Turn on grayscale to reduce strain from websites Homepage: https://stylebot.dev/ Twitter: http://twitter.com/ahujaankit Bug reports and feature requests: https://github.com/ankit/stylebot/issues Privacy Policy: Stylebot has never collected and will never collect any personal data, browsing history etc. The permission to access websites is to only let you customize the CSS for any webpage and automatically apply your CSS when you visit the webpage in the future. In the future, Stylebot may collect browser version, platform name, user's settings (except website list or any other data which can help identify user). This information is needed for decision on implementing new features, removing unused features or suggesting default settings for new users. It will happen only with your permission.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stylebot |
ID | oiaejidbmkiecgbjeifoejpgmdaleoha |
URL Chính Thức | https://chromewebstore.google.com/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha |
Mô tả | Change the appearance of the web instantly |
Kích Thước Tệp | 3.45 MB |
Số Lần Cài Đặt | 275,394 |
Phiên Bản Hiện Tại | 3.1.3 |
Cập Nhật Lần Cuối | 2022-07-25 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 4.30/5 Tổng số 1579 Đánh Giá |
Nhà Phát Triển | https://stylebot.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://stylebot.dev/ |
URL Trang Trợ Giúp | https://github.com/ankit/stylebot/issues |
Ngôn Ngữ Được Hỗ Trợ | de,en,en-GB,en-US,fr,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylebot", "version": "3.1.3", "author": "Ankit Ahuja", "description": "__MSG_extension_description__", "default_locale": "en", "background": { "scripts": [ "background\/index.js" ] }, "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "editor\/index.js" ], "matches": [ " |