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 |
官方網址 | 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 } |