TabMan
Save your tabs, organize and reload them whenever you like
什麼是TabMan?
TabMan是由gili yohanan開發的Chrome擴展程式,該擴展的主要功能是“Save your tabs, organize and reload them whenever you like”。
擴展截圖
下載TabMan擴展crx文件
下載TabMan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can save your favorite tabs and reload them whenever you like. Also you can place a timer to each tab or window so it deletes automaticaly from history. TabSaver helps you to organize and manage your tabs and wondows.
擴展基本資訊
名稱 | TabMan |
ID | mjecgmidbglkbhhhbijalnpnbelnhgnh |
官方網址 | https://chromewebstore.google.com/detail/tabman/mjecgmidbglkbhhhbijalnpnbelnhgnh |
簡介 | Save your tabs, organize and reload them whenever you like |
檔案大小 | 868 KB |
安裝次數 | 83 |
目前版本 | 3.1.0 |
更新時間 | 2015-12-31 |
上架時間 | 2015-12-30 |
評分 | 5.00/5 共 5 次評分 |
開發者 | gili yohanan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabMan", "description": "Save your tabs, organize and reload them whenever you like", "version": "3.1.0", "browser_action": { "default_title": "TabMan", "default_popup": "index.html" }, "commands": { "arrange": { "suggested_key": { "default": "Alt+A", "windows": "Alt+A", "mac": "Alt+A" }, "description": "arrange my tabs" }, "split": { "suggested_key": { "default": "Alt+S", "windows": "Alt+S", "mac": "Alt+S" }, "description": "split window" }, "merge": { "suggested_key": { "default": "Alt+M", "windows": "Alt+M", "mac": "Alt+M" }, "description": "merge windows" }, "past": { "suggested_key": { "default": "Alt+V", "windows": "Alt+V", "mac": "Alt+V" }, "description": "past my tab" }, "copy": { "description": "copy my tab" }, "cut": { "description": "cut my tab" } }, "icons": { "32": "1.png", "64": "1.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage" ] } |