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