Flying Focus

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

Qu'est-ce que Flying Focus ?

Flying Focus est une extension Chrome développée par http://n12v.com, et sa fonction principale est "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flying Focus

Téléchargez les fichiers d'extension Flying Focus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
URL Officiel 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.
Taille du Fichier 7.29 KB
Nombre d'Installations 230
Version Actuelle 1.4.0
Dernière Mise à Jour 2013-12-22
Date de Publication 2013-12-22
Évaluation 5.00/5 Total 10 Évaluations
Développeur http://n12v.com
Type de Paiement free
Site Web de l'Extension http://n12v.com/focus-transition/
URL de la Page d'Aide https://github.com/NV/flying-focus
Langues Prises en Charge 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\/"
}