Tab Capture
Organize and store browsing tabs
Tab Captureとは何ですか?
Tab Captureはabhijit.sealによって開発されたChromeの拡張機能で、その主な機能は「Organize and store browsing tabs」です。
Tab Capture拡張機能のCRXファイルをダウンロード
Tab Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark. With this extension, you never have to remember an url again or don't have to clutter the bookmark
拡張機能の基本情報
名前 | |
ID | dimbnhdhcboeolhledfhoemgldofldnh |
公式URL | https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh |
説明 | Organize and store browsing tabs |
ファイルサイズ | 24.41 KB |
インストール数 | 58 |
現在のバージョン | 1.0 |
最終更新日 | 2015-01-17 |
公開日 | 2015-01-17 |
開発者 | abhijit.seal |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Capture", "version": "1.0", "description": "Organize and store browsing tabs", "permissions": [ "activeTab", "tabs", "storage", "bookmarks" ], "browser_action": { "default_popup": "tabcap.html", "default_title": "TabCapture" }, "icons": { "128": "tabCapture-128.png" }, "manifest_version": 2 } |