Tab Switch
Easily switch between tabs by searching
What is Tab Switch?
Tab Switch is a Chrome extension developed by ckuijjer, and its main feature is "Easily switch between tabs by searching".
Extension Screenshots
Download Tab Switch Extension CRX File
Download Tab Switch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | jibghimhedaoojdpdianpomdmgdhogce |
Official URL | https://chromewebstore.google.com/detail/tab-switch/jibghimhedaoojdpdianpomdmgdhogce |
Description | Easily switch between tabs by searching |
File Size | 73.75 KB |
Installation Count | 49 |
Current Version | 0.0.51 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 7 Ratings |
Developer | ckuijjer |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Switch", "version": "0.0.51", "manifest_version": 2, "description": "Easily switch between tabs by searching", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Tab Switch", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+E", "mac": "Command+E" }, "description": "Open tab menu" }, "previous": { "description": "Switch to the previous tab" } }, "permissions": [ "tabs" ] } |