Singleton
The quickest way to search your browser tabs.
Cos'è Singleton?
Singleton è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "The quickest way to search your browser tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Singleton
Scarica i file di estensione Singleton in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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!                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | khledgppahopbmkjghlkgnfaknmnhidk | 
| URL Ufficiale | https://chromewebstore.google.com/detail/singleton/khledgppahopbmkjghlkgnfaknmnhidk | 
| Descrizione | The quickest way to search your browser tabs. | 
| Dimensione del File | 17.75 KB | 
| Conteggio Installazioni | 25 | 
| Versione Corrente | 0.0.5 | 
| Ultimo Aggiornamento | 2017-10-01 | 
| Data di Pubblicazione | 2017-09-30 | 
| Valutazione | 5.00/5 Totale 7 Valutazioni | 
| Sviluppatore | Unknown | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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:\/\/*\/"
    ]
} | |