ChromeBot
Slash commands for Google Chrome. Supercharge your browsing experience
什么是ChromeBot?
ChromeBot是由Tanay Kothari开发的Chrome扩展程序,该扩展的主要功能是“Slash commands for Google Chrome. Supercharge your browsing experience”。
扩展截图
下载ChromeBot扩展crx文件
下载ChromeBot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ChromeBot |
ID | ejdaeiahdnabjhceoobekpekohcileep |
官方URL | https://chromewebstore.google.com/detail/chromebot/ejdaeiahdnabjhceoobekpekohcileep |
简介 | Slash commands for Google Chrome. Supercharge your browsing experience |
文件大小 | 78.61 KB |
安装次数 | 545 |
当前版本 | 1.2 |
更新时间 | 2023-04-28 |
上架时间 | 2019-08-12 |
评分 | 5.00/5 共5次评分 |
开发者 | Tanay Kothari |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Tanay1998/ChromeBot |
帮助页面URL | https://github.com/Tanay1998/ChromeBot |
支持的语言 | 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 } |