Flying Focus

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

Hvad er Flying Focus?

Flying Focus er en Chrome-udvidelse udviklet af http://n12v.com, og dens hovedfunktion er "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Udvidelsesskærmbilleder

screenshot

Download Flying Focus-udvidelses-CRX-fil

Download Flying Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
Officiel URL https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
Beskrivelse Adds a transition to the focus outline when you tab around inputs, buttons, and links.
Filstørrelse 7.29 KB
Antal Installationer 230
Nuværende Version 1.4.0
Senest Opdateret 2013-12-22
Udgivelsesdato 2013-12-22
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler http://n12v.com
Betalingsmetode free
Udvidelseswebsted http://n12v.com/focus-transition/
Hjælpeside-URL https://github.com/NV/flying-focus
Understøttede Sprog 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\/"
}