Settings Button
Easily open settings in a new tab via the toolbar button.
Settings Button là gì?
Settings Button là một tiện ích mở rộng Chrome được phát triển bởi Jorvi, và tính năng chính của nó là "Easily open settings in a new tab via the toolbar button.".
Ả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 Settings Button
Tải xuống các tệp mở rộng Settings Button 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
Settings Button is a simple, easy-to-use and lite extension for your browser that helps you open settings tab as fast as possible with just one click. Just install the addon in your browser and click on the toolbar button to open the settings tab. Alternatively, you can use mouse right-click to open the settings tab. This addon does not have any settings or options to adjust. Simply add it to your browser and start using. If you want to disable the addon, head to the browser extension page, find the addon and click on the disable checkbox. To report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/settings-button.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Settings Button |
ID | biimnpmonknlmkkfcfdcbhickdgohfll |
URL Chính Thức | https://chromewebstore.google.com/detail/settings-button/biimnpmonknlmkkfcfdcbhickdgohfll |
Mô tả | Easily open settings in a new tab via the toolbar button. |
Kích Thước Tệp | 8.35 KB |
Số Lần Cài Đặt | 281 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-11-30 |
Ngày Phát Hành | 2019-04-08 |
Nhà Phát Triển | Jorvi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/settings-button.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/settings-button.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "name": "Settings Button", "homepage_url": "https:\/\/mybrowseraddon.com\/settings-button.html", "description": "Easily open settings in a new tab via the toolbar button.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "action": { "default_title": "Settings Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |