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 |
公式URL | 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 |
Eメール | [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" } } } } |