Tab Manager Pro
This extension allows you to manage your tabs by grouping them for later consumption
什么是Tab Manager Pro?
Tab Manager Pro是由gsrai开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to manage your tabs by grouping them for later consumption”。
扩展截图
下载Tab Manager Pro扩展crx文件
下载Tab Manager Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a chrome extension that allows you to create named groups of tabs so you may consume them later. I made it for myself really, i am a self professed tab hoarder.
扩展基本信息
名称 | Tab Manager Pro |
ID | ebfpahimijhihjjnepkoojfpgpllbcdf |
官方URL | https://chromewebstore.google.com/detail/tab-manager-pro/ebfpahimijhihjjnepkoojfpgpllbcdf |
简介 | This extension allows you to manage your tabs by grouping them for later consumption |
文件大小 | 333 KB |
安装次数 | 590 |
当前版本 | 1.1 |
更新时间 | 2017-06-09 |
上架时间 | 2017-06-08 |
评分 | 3.85/5 共13次评分 |
开发者 | gsrai |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Manager Pro", "version": "1.1", "author": "Gagondeep Srai", "description": "This extension allows you to manage your tabs by grouping them for later consumption", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "incognito": "not_allowed", "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "index.html", "default_title": "manage your tabs" }, "permissions": [ "tabs", "storage", "downloads" ] } |