mercury
Type-to-search your open tabs
What is mercury?
mercury is a Chrome extension developed by https://benvan.co.uk, and its main feature is "Type-to-search your open tabs".
Extension Screenshots
Download mercury Extension CRX File
Download mercury 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
Mercury is a simple, fast tab finder. Cmd+Shift+i (mac) Ctrl+Shift+L (windows/linux) Open the search, type to filter. - up/down : navigate - enter : select tab - [cmd/ctrl]-backspace : close highlighted tab
Extension Basic Information
Name | mercury |
ID | jecgkhhikedmghacamdomkngdfdodbcb |
Official URL | https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb |
Description | Type-to-search your open tabs |
File Size | 18.51 KB |
Installation Count | 139 |
Current Version | 1.1.0 |
Last Updated | 2017-11-21 |
Publish Date | 2017-11-21 |
Rating | 5.00/5 Total 9 Ratings |
Developer | https://benvan.co.uk |
Payment Type | free |
Extension Website | http://benvan.co.uk |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mercury", "description": "Type-to-search your open tabs", "version": "1.1.0", "offline_enabled": true, "author": "Ben van Enckevort", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "38": "icons\/icon-38.png", "19": "icons\/icon-19.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L", "mac": "Command+Shift+I" } } } } |