Tab Menu
A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
Co je Tab Menu?
Tab Menu je rozšíření Chrome vyvinuté Ye, a jeho hlavní funkcí je „A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tab Menu
Stáhněte si soubory rozšíření Tab Menu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Tab Menu is a minimalist tab manager for Chrome. It enables you to search, switch, rearrange, and close tabs from the toolbar menu. It supports both mouse operations as well as keyboard operations. This extension was originally created by Frank Yan, who stopped maintaining it around mid 2013. I recovered it from my installation and maintain it on GitHub, for the sake of those who love it.
Základní Informace o Rozšíření
Název | Tab Menu |
ID | hjeifjagcmihmdcmnfjelgdgpibefmfc |
Oficiální URL | https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc |
Popis | A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu. |
Velikost souboru | 61.54 KB |
Počet instalací | 4,682 |
Aktuální Verze | 9.0.3 |
Poslední Aktualizace | 2018-04-28 |
Datum Vydání | 2018-04-28 |
Hodnocení | 4.60/5 Celkem 47 Hodnocení |
Vývojář | Ye |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Tab Menu", "description": "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.", "version": "9.0.3", "browser_action": { "default_icon": { "16": "16.png", "32": "35.png", "48": "48.png", "128": "128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "icons": { "16": "16.png", "32": "35.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |