Tab Menu
A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
Wat is Tab Menu?
Tab Menu is een Chrome-extensie ontwikkeld door Ye, en de belangrijkste functie is "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Menu
Download Tab Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tab Menu |
ID | hjeifjagcmihmdcmnfjelgdgpibefmfc |
Officiële URL | https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc |
Beschrijving | A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu. |
Bestandsgrootte | 61.54 KB |
Aantal Installaties | 4,682 |
Huidige Versie | 9.0.3 |
Laatst Bijgewerkt | 2018-04-28 |
Publicatiedatum | 2018-04-28 |
Beoordeling | 4.60/5 Totaal 47 Beoordelingen |
Ontwikkelaar | Ye |
Betalingswijze | free |
Ondersteunde Talen | 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" } |