Singleton

The quickest way to search your browser tabs.

Wat is Singleton?

Singleton is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "The quickest way to search your browser tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Singleton

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

                        Avoid clutter by re-using browser tabs already open on your favorites websites!
Type "S" + Spacebar to enable Singleton, then search for the tab you want to switch to! Use ↑ and  ↓ and "Enter" to switch tabs. 

Singleton will also remove duplicate tabs for you.

Pro tip: Use Command + "L" to use Singleton without a keyboard!                    

Basisinformatie over de Extensie

Naam Singleton Singleton
ID khledgppahopbmkjghlkgnfaknmnhidk
Officiële URL https://chromewebstore.google.com/detail/singleton/khledgppahopbmkjghlkgnfaknmnhidk
Beschrijving The quickest way to search your browser tabs.
Bestandsgrootte 17.75 KB
Aantal Installaties 25
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-10-01
Publicatiedatum 2017-09-30
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Singleton",
    "short_name": "Search your tabs in a flash!",
    "description": "The quickest way to search your browser tabs.",
    "version": "0.0.5",
    "omnibox": {
        "keyword": "s"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background_snap.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}