Flying Focus

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

What is Flying Focus?

Flying Focus is a Chrome extension developed by http://n12v.com, and its main feature is "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Extension Screenshots

screenshot

Download Flying Focus Extension CRX File

Download Flying Focus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
Official URL https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
Description Adds a transition to the focus outline when you tab around inputs, buttons, and links.
File Size 7.29 KB
Installation Count 230
Current Version 1.4.0
Last Updated 2013-12-22
Publish Date 2013-12-22
Rating 5.00/5 Total 10 Ratings
Developer http://n12v.com
Payment Type free
Extension Website http://n12v.com/focus-transition/
Help Page URL https://github.com/NV/flying-focus
Supported Languages 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\/"
}