Flying Focus

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

Wat is Flying Focus?

Flying Focus is een Chrome-extensie ontwikkeld door http://n12v.com, en de belangrijkste functie is "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flying Focus

Download Flying Focus-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

                                            

Basisinformatie over de Extensie

Naam Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
Officiële URL https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
Beschrijving Adds a transition to the focus outline when you tab around inputs, buttons, and links.
Bestandsgrootte 7.29 KB
Aantal Installaties 230
Huidige Versie 1.4.0
Laatst Bijgewerkt 2013-12-22
Publicatiedatum 2013-12-22
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar http://n12v.com
Betalingswijze free
Extensiewebsite http://n12v.com/focus-transition/
Help Pagina-URL https://github.com/NV/flying-focus
Ondersteunde Talen 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\/"
}