TabAddict
A light-weight session saver.
TabAddictとは何ですか?
TabAddictはPeter Nelsonによって開発されたChromeの拡張機能で、その主な機能は「A light-weight session saver.」です。
拡張機能のスクリーンショット
TabAddict拡張機能のCRXファイルをダウンロード
TabAddict拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you have 50+ tabs open at any given time? Do you fly into a rage when someone closes your browser? You may be a tab addict. Get relief with this session management extension.
TabAddict allows you to...
* Capture the current session--urls, in plain text format
* Annotate sessions--keep track of what you were doing
* Open saved sessions--it's as simple as drag and drop
* Stay in control--your data can't get lost in the cloud 拡張機能の基本情報
| 名前 | |
| ID | opkihdncekmggmhjbdkmnlelgmlemlmd |
| 公式URL | https://chromewebstore.google.com/detail/tabaddict/opkihdncekmggmhjbdkmnlelgmlemlmd |
| 説明 | A light-weight session saver. |
| ファイルサイズ | 59.01 KB |
| インストール数 | 21 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2012-09-18 |
| 公開日 | 2012-09-18 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Peter Nelson |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TabAddict",
"version": "1.1",
"manifest_version": 2,
"description": "A light-weight session saver.",
"browser_action": {
"default_icon": "icon.png",
"dnd": "dnd.html",
"launch": "launch.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs"
],
"options_page": "options.html",
"homepage_url": "http:\/\/peterthenelson.com\/tabaddict\/"
} | |