ChromeBot
Slash commands for Google Chrome. Supercharge your browsing experience
ChromeBot là gì?
ChromeBot là một tiện ích mở rộng Chrome được phát triển bởi Tanay Kothari, và tính năng chính của nó là "Slash commands for Google Chrome. Supercharge your browsing experience".
Ả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 ChromeBot
Tải xuống các tệp mở rộng ChromeBot 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
Type /to get started! NOTE: We are actively building features! Have a dream feature you want? Shoot us a message and we'll let you know when it's added. Slash away <3 QUICK USAGE: '/ extract github' extracts all github tabs to a new window. Shorthand: / e github '/ squeeze' brings all tabs to your current window. Shorthand: / s '/ ban youtube 120' bans youtube for 120 minutes. Shorthand: / b youtube '/ merge featherx' merges all featherx tabs to the right of your window. Shorthand: / m featherx '/ close reddit' closes all reddit tabs. Shorthand: / c reddit '/ activate gmail' switches to gmail tab. Shorthand: / a gmail
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChromeBot |
ID | ejdaeiahdnabjhceoobekpekohcileep |
URL Chính Thức | https://chromewebstore.google.com/detail/chromebot/ejdaeiahdnabjhceoobekpekohcileep |
Mô tả | Slash commands for Google Chrome. Supercharge your browsing experience |
Kích Thước Tệp | 78.61 KB |
Số Lần Cài Đặt | 545 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-04-28 |
Ngày Phát Hành | 2019-08-12 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Tanay Kothari |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Tanay1998/ChromeBot |
URL Trang Trợ Giúp | https://github.com/Tanay1998/ChromeBot |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeBot", "version": "1.2", "description": "Slash commands for Google Chrome. Supercharge your browsing experience", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "\/" }, "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_title": "Chrome Bot" }, "manifest_version": 2 } |