Tab Manager
Chrome extension for organizing tabs as sessions
Tab Managerとは何ですか?
Tab Managerはhttps://tab-manager.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for organizing tabs as sessions」です。
拡張機能のスクリーンショット
Tab Manager拡張機能のCRXファイルをダウンロード
Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get rid of tab clutter
Save your Chrome tabs as a session for another time!
Get started, save all the tabs in your current window
- Click the Tab-Manager icon
- Provide a name
- Press enter or the + button
Where is the session data stored?
All sessions are stored and accessible as a local folder inside your chrome bookmarks, synchronized only with your Google account and no where else.
--------------------------------------------
I've read some of the great feedback on here. Unfortunately i'm not going to pay google 10 dollars to publish a minor update for this free extension
--------------------------------------------
www.tab-manager.com
Tab Manager, Organizer, Extension, Tabs Saver, Visual Manager, Tab Bundles, Tab Combine Extension. 拡張機能の基本情報
| 名前 | |
| ID | mcidendbndlekegaphipeeoaemckemhm |
| 公式URL | https://chromewebstore.google.com/detail/tab-manager/mcidendbndlekegaphipeeoaemckemhm |
| 説明 | Chrome extension for organizing tabs as sessions |
| ファイルサイズ | 221 KB |
| インストール数 | 1,827 |
| 現在のバージョン | 3.2 |
| 最終更新日 | 2017-04-05 |
| 公開日 | 2017-04-05 |
| 評価 | 3.67/5 合計 27 レビュー |
| 開発者 | https://tab-manager.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://tab-manager.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Manager",
"manifest_version": 2,
"description": "Chrome extension for organizing tabs as sessions",
"version": "3.2",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"browser_action": {
"default_icon": "img\/48.png",
"default_title": "Tab Manager",
"default_popup": "popup.html"
},
"offline_enabled": true,
"permissions": [
"bookmarks",
"tabs"
]
} | |