Tabular
Easily search open tabs.
Wat is Tabular?
Tabular is een Chrome-extensie ontwikkeld door dhimdisd, en de belangrijkste functie is "Easily search open tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabular
Download Tabular-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
Easily find and switch between too many open tabs. Shortcuts: Open Tabular: Ctrl/Cmd + Shift + K Close selected tab: Ctrl/Cmd + D Move selection up: Ctrl/Cmd + K or Up arrow key Move Selection down: Ctrl/Cmd + J or Down arrow key Close Tabular: Esc
Basisinformatie over de Extensie
Naam | Tabular |
ID | hgkiemddhmglgcdagihobgnafbfcohan |
Officiële URL | https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan |
Beschrijving | Easily search open tabs. |
Bestandsgrootte | 120 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.4.0 |
Laatst Bijgewerkt | 2015-02-22 |
Publicatiedatum | 2015-02-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dhimdisd |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabular", "version": "1.0.4.0", "manifest_version": 2, "description": "Easily search open tabs.", "permissions": [ "tabs" ], "background": { "scripts": [ "build\/js\/background.js" ] }, "commands": { "showTabularPopup": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Show Tabular popup" } }, "browser_action": { "default_icon": "build\/img\/icon16.png", "default_popup": "build\/popup.html" }, "icons": { "16": "build\/img\/icon16.png", "48": "build\/img\/icon48.png", "128": "build\/img\/icon128.png" } } |