TabHamster
Session manager and tabs saver. With sync
什麼是TabHamster?
TabHamster是由Mykhailo Onikiienko開發的Chrome擴展程式,該擴展的主要功能是“Session manager and tabs saver. With sync”。
擴展截圖
下載TabHamster擴展crx文件
下載TabHamster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
► Save open tabs in the group. ✓ Tab Groups are stored in the sync Chrome storage. Sign in to browser to get them on other PC. ✓ Assign a group name. ✓ Edit, add new tabs, delete, move the group from the list. ► Session Manager provides quick and convenient access to the latest browser sessions. ✓ Access to the currently open (and earlier) browser session. ✓ Rapid recovery of any session in one click. ✓! Sessions are not synchronized. ☀ Tips: ● To quickly save all open tabs in a group, open the extension window and press "ENTER". Later, you can edit the name of the group. ● "Ctrl + click" on group name (or session) - open tabs in a new window. Tab Hamster source code: https://github.com/onikienko/TabHamster
擴展基本資訊
名稱 | TabHamster |
ID | mkfjjmjmnplabnplceaekkjcmdddokee |
官方網址 | https://chromewebstore.google.com/detail/tabhamster/mkfjjmjmnplabnplceaekkjcmdddokee |
簡介 | Session manager and tabs saver. With sync |
檔案大小 | 65.33 KB |
安裝次數 | 6,096 |
目前版本 | 0.2.10 |
更新時間 | 2015-12-08 |
上架時間 | 2015-12-08 |
評分 | 4.18/5 共 92 次評分 |
開發者 | Mykhailo Onikiienko |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://onikienko.github.io/browser-extensions/privacy-policy |
支援的語言 | en,fr,es,hu,sr,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "0.2.10", "manifest_version": 2, "author": "Mykhailo Onikiienko", "minimum_chrome_version": "25", "default_locale": "en", "icons": { "16": "img\/ext_icons\/16.png", "48": "img\/ext_icons\/48.png", "128": "img\/ext_icons\/128.png" }, "browser_action": { "default_icon": { "19": "img\/ext_icons\/19.png", "38": "img\/ext_icons\/38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/storage.js", "js\/background.js" ], "persistent": true }, "options_page": "options.html", "permissions": [ "storage", "tabs", "chrome:\/\/favicon\/" ] } |