Tab Manager
Chrome extension for organizing tabs as sessions
什么是Tab Manager?
Tab Manager是由https://tab-manager.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for organizing tabs as sessions”。
扩展截图
下载Tab Manager扩展crx文件
下载Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get rid of tab clutter Save your Chrome tabs as a session for another time! Get started, save all the tabs in your current window - Click the Tab-Manager icon - Provide a name - Press enter or the + button Where is the session data stored? All sessions are stored and accessible as a local folder inside your chrome bookmarks, synchronized only with your Google account and no where else. -------------------------------------------- I've read some of the great feedback on here. Unfortunately i'm not going to pay google 10 dollars to publish a minor update for this free extension -------------------------------------------- www.tab-manager.com Tab Manager, Organizer, Extension, Tabs Saver, Visual Manager, Tab Bundles, Tab Combine Extension.
扩展基本信息
名称 | Tab Manager |
ID | mcidendbndlekegaphipeeoaemckemhm |
官方URL | https://chromewebstore.google.com/detail/tab-manager/mcidendbndlekegaphipeeoaemckemhm |
简介 | Chrome extension for organizing tabs as sessions |
文件大小 | 221 KB |
安装次数 | 1,827 |
当前版本 | 3.2 |
更新时间 | 2017-04-05 |
上架时间 | 2017-04-05 |
评分 | 3.67/5 共27次评分 |
开发者 | https://tab-manager.com |
付费类型 | free |
扩展官网 | http://tab-manager.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Manager", "manifest_version": 2, "description": "Chrome extension for organizing tabs as sessions", "version": "3.2", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/48.png", "default_title": "Tab Manager", "default_popup": "popup.html" }, "offline_enabled": true, "permissions": [ "bookmarks", "tabs" ] } |