Tabli
A simple, powerful tab manager
什麼是Tabli?
Tabli是由https://gettabli.com開發的Chrome擴展程式,該擴展的主要功能是“A simple, powerful tab manager”。
擴展截圖
下載Tabli擴展crx文件
下載Tabli擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows. Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service. You can learn more about Tabli on the Tabli web site (under "Additional Information")
擴展基本資訊
名稱 | Tabli |
ID | igeehkedfibbnhbfponhjjplpkeomghi |
官方網址 | https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi |
簡介 | A simple, powerful tab manager |
檔案大小 | 2.55 MB |
安裝次數 | 62,081 |
目前版本 | 2.1.2 |
更新時間 | 2021-04-29 |
上架時間 | 2020-03-29 |
評分 | 4.68/5 共 470 次評分 |
開發者 | https://gettabli.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.gettabli.com/ |
說明頁面URL | https://www.gettabli.com/tabli-usage.html |
隱私政策頁面URL | https://www.gettabli.com/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabli", "description": "A simple, powerful tab manager", "version": "2.1.2", "browser_action": { "default_icon": "images\/glyphicons_154_more_windows.png", "default_popup": "popup.html", "default_title": "Tabli" }, "background": { "scripts": [ "js\/common.bundle.js", "js\/bgHelper.bundle.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "bookmarks", "chrome:\/\/favicon\/*" ], "icons": { "16": "images\/glyphicons_154_more_windows.png", "48": "images\/Multimedia-12-48.png", "128": "images\/Multimedia-12-128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "MacCtrl+Period" } }, "show_popout": { "description": "Show the Tabli popout window", "global": true, "suggested_key": { "default": "Ctrl+Comma", "mac": "MacCtrl+Comma" } } } } |