mercury

Type-to-search your open tabs

Wat is mercury?

mercury is een Chrome-extensie ontwikkeld door https://benvan.co.uk, en de belangrijkste functie is "Type-to-search your open tabs".

Extensie Screenshots

Download het CRX-bestand van de extensie mercury

Download mercury-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

                        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                    

Basisinformatie over de Extensie

Naam mercury mercury
ID jecgkhhikedmghacamdomkngdfdodbcb
Officiële URL https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb
Beschrijving Type-to-search your open tabs
Bestandsgrootte 18.51 KB
Aantal Installaties 139
Huidige Versie 1.1.0
Laatst Bijgewerkt 2017-11-21
Publicatiedatum 2017-11-21
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://benvan.co.uk
Betalingswijze free
Extensiewebsite http://benvan.co.uk
Ondersteunde Talen 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"
            }
        }
    }
}