wquicktabs

Quick search through your tabs

Wat is wquicktabs?

wquicktabs is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quick search through your tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie wquicktabs

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

                        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                    

Basisinformatie over de Extensie

Naam wquicktabs wquicktabs
ID jiapgndgdeanmlddflmlldnnkfojgieb
Officiële URL https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb
Beschrijving Quick search through your tabs
Bestandsgrootte 308 KB
Aantal Installaties 137
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-12-04
Publicatiedatum 2018-12-04
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite http://wquicktabs.com
Help Pagina-URL http://wquicktabs.com
Ondersteunde Talen 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"
            }
        }
    }
}