Tab Menu
A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
Hvad er Tab Menu?
Tab Menu er en Chrome-udvidelse udviklet af Ye, og dens hovedfunktion er "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.".
Udvidelsesskærmbilleder
Download Tab Menu-udvidelses-CRX-fil
Download Tab Menu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Tab Menu |
ID | hjeifjagcmihmdcmnfjelgdgpibefmfc |
Officiel URL | https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc |
Beskrivelse | A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu. |
Filstørrelse | 61.54 KB |
Antal Installationer | 4,682 |
Nuværende Version | 9.0.3 |
Senest Opdateret | 2018-04-28 |
Udgivelsesdato | 2018-04-28 |
Bedømmelse | 4.60/5 Samlet 47 Bedømmelser |
Udvikler | Ye |
Betalingsmetode | free |
Understøttede Sprog | 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" } |