Focus Snail

Leaves a trail from the previously focused element.

Cos'è Focus Snail?

Focus Snail è un'estensione di Chrome sviluppata da https://n12v.com, e la sua funzione principale è "Leaves a trail from the previously focused element.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Focus Snail

Scarica i file di estensione Focus Snail 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

                        Another UI experiment: https://chrome.google.com/webstore/detail/koojelgeljpacclbmiflpcohjkbklplk                    

Informazioni di Base sull'Estensione

Nome Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
URL Ufficiale https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
Descrizione Leaves a trail from the previously focused element.
Dimensione del File 8.45 KB
Conteggio Installazioni 59
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-12-09
Data di Pubblicazione 2013-12-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://n12v.com
Tipo di Pagamento free
Sito Web dell'Estensione http://n12v.dev/focus-transition-2/
URL della Pagina di Aiuto http://github.com/NV/focus-snail
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Snail",
    "version": "1.0.1",
    "description": "Leaves a trail from the previously focused element.",
    "content_scripts": [
        {
            "js": [
                "focus-snail.js"
            ],
            "css": [
                "focus-snail.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Nikita Vasilyev",
    "homepage_url": "http:\/\/n12v.com\/focus-transition-2\/"
}