Custom Shortcut Button
Allows you to set a custom shortcut button next to your address bar.
Custom Shortcut Button là gì?
Custom Shortcut Button là một tiện ích mở rộng Chrome được phát triển bởi xylophono, và tính năng chính của nó là "Allows you to set a custom shortcut button next to your address bar.".
Ả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 Custom Shortcut Button
Tải xuống các tệp mở rộng Custom Shortcut 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
Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options". Changelog: V1.0 - Jan 31st 2017 - Initial release. For any issues please contact [email protected] :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Custom Shortcut Button |
ID | kcmejemnmnheajipjgilcefofjchdafg |
URL Chính Thức | https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg |
Mô tả | Allows you to set a custom shortcut button next to your address bar. |
Kích Thước Tệp | 48.96 KB |
Số Lần Cài Đặt | 713 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-01-31 |
Ngày Phát Hành | 2017-01-31 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | xylophono |
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": "Custom Shortcut Button", "short_name": "Custom Shortcut", "description": "Allows you to set a custom shortcut button next to your address bar.", "version": "1.0", "version_name": "1.0", "minimum_chrome_version": "38", "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png", "512": "assets\/icon.png" }, "browser_action": { "default_icon": "assets\/icon.png", "default_title": "" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "options_ui": { "page": "index.html" } } |