wquicktabs
Quick search through your tabs
What is wquicktabs?
wquicktabs is a Chrome extension developed by Unknown, and its main feature is "Quick search through your tabs".
Extension Screenshots
Download wquicktabs Extension CRX File
Download wquicktabs 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
Quickly filter, find and move across all your tabs from all windows. Activate it by clicking on the icon or by key bindings MAC: Command + Shift + L | WINDOWS: Ctrl + Shift + L
Extension Basic Information
Name | wquicktabs |
ID | jiapgndgdeanmlddflmlldnnkfojgieb |
Official URL | https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb |
Description | Quick search through your tabs |
File Size | 308 KB |
Installation Count | 137 |
Current Version | 1.0.1 |
Last Updated | 2018-12-04 |
Publish Date | 2018-12-04 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://wquicktabs.com |
Help Page URL | http://wquicktabs.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "wquicktabs", "description": "Quick search through your tabs", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "wquicktabs", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "tabs", "history", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Ctrl+Shift+L" } } } } |