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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |