Quick Tab Switcher
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…
Wat is Quick Tab Switcher?
Quick Tab Switcher is een Chrome-extensie ontwikkeld door me1hi0r, en de belangrijkste functie is "Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome…".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Tab Switcher
Download Quick Tab Switcher-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
Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome web browser. Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs.
Basisinformatie over de Extensie
Naam | Quick Tab Switcher |
ID | piinjokkgkfeaeaphgconmhgblfjklmc |
Officiële URL | https://chromewebstore.google.com/detail/quick-tab-switcher/piinjokkgkfeaeaphgconmhgblfjklmc |
Beschrijving | Press Ctr+I or Command+I (OS X) to open window. Quick Tab Switcher is a tab management browser extension for the Google Chrome… |
Bestandsgrootte | 20.6 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-08-27 |
Publicatiedatum | 2015-08-27 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | me1hi0r |
Betalingswijze | free |
Extensiewebsite | https://github.com/sl0ki/tab-switcher |
Help Pagina-URL | https://github.com/sl0ki/tab-switcher |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab Switcher", "description": "", "version": "0.0.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "commands": { "open_tabs_window": { "suggested_key": { "default": "Ctrl+I", "mac": "Command+I" }, "description": "Open Tab Switcher" } } } |