Tab Manager
Organize your tabs on a desktop-like screen.
Tab Managerとは何ですか?
Tab Managerはbachmitreによって開発されたChromeの拡張機能で、その主な機能は「Organize your tabs on a desktop-like screen.」です。
拡張機能のスクリーンショット
Tab Manager拡張機能のCRXファイルをダウンロード
Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Organize your open tabs like you organize apps on a desktop. Drag them to any place on the screen to group related tabs, and have the most recently used tabs ordered in the dock. 拡張機能の基本情報
| 名前 | |
| ID | nolkmpikckfpnlgjekoifbhjajfdghei |
| 公式URL | https://chromewebstore.google.com/detail/tab-manager/nolkmpikckfpnlgjekoifbhjajfdghei |
| 説明 | Organize your tabs on a desktop-like screen. |
| ファイルサイズ | 599 KB |
| インストール数 | 128 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2022-05-15 |
| 公開日 | 2022-05-15 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | bachmitre |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/bachmitre/tabmanager |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Manager",
"description": "Organize your tabs on a desktop-like screen.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"tabs"
],
"action": {
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |