Smart Tab Groups
Automatically manages your tabs by URL!
Smart Tab Groupsとは何ですか?
Smart Tab Groupsはmelenbowlによって開発されたChromeの拡張機能で、その主な機能は「Automatically manages your tabs by URL!」です。
拡張機能のスクリーンショット
Smart Tab Groups拡張機能のCRXファイルをダウンロード
Smart Tab Groups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.
Sources
- Extension icons: https://www.freepik.com 拡張機能の基本情報
| 名前 | |
| ID | phjgaokonmahgagcjmjedgnnedglgbpc |
| 公式URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
| 説明 | Automatically manages your tabs by URL! |
| ファイルサイズ | 12.52 KB |
| インストール数 | 121 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-02-18 |
| 公開日 | 2021-02-18 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | melenbowl |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smart Tab Groups",
"version": "1.0",
"description": "Automatically manages your tabs by URL!",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/tab16.png",
"32": "images\/tab32.png",
"64": "images\/tab64.png",
"128": "images\/tab128.png"
},
"manifest_version": 2
} | |