Flying Focus

Adds a transition to the focus outline when you tab around inputs, buttons, and links.

Cos'è Flying Focus?

Flying Focus è un'estensione di Chrome sviluppata da http://n12v.com, e la sua funzione principale è "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flying Focus

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

                                            

Informazioni di Base sull'Estensione

Nome Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
URL Ufficiale https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
Descrizione Adds a transition to the focus outline when you tab around inputs, buttons, and links.
Dimensione del File 7.29 KB
Conteggio Installazioni 230
Versione Corrente 1.4.0
Ultimo Aggiornamento 2013-12-22
Data di Pubblicazione 2013-12-22
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore http://n12v.com
Tipo di Pagamento free
Sito Web dell'Estensione http://n12v.com/focus-transition/
URL della Pagina di Aiuto https://github.com/NV/flying-focus
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flying Focus",
    "version": "1.4.0",
    "description": "Adds a transition to the focus outline when you tab around inputs, buttons, and links.",
    "content_scripts": [
        {
            "js": [
                "flying-focus.js"
            ],
            "css": [
                "flying-focus.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Nikita Vasilyev",
    "homepage_url": "http:\/\/n12v.com\/focus-transition\/"
}