Flying Focus

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

Was ist Flying Focus?

Flying Focus ist eine Chrome-Erweiterung, die von http://n12v.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Erweiterungsscreenshots

screenshot

Flying Focus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flying Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
Offizielle URL https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
Beschreibung Adds a transition to the focus outline when you tab around inputs, buttons, and links.
Dateigröße 7.29 KB
Installationsanzahl 230
Aktuelle Version 1.4.0
Letztes Update 2013-12-22
Veröffentlichungsdatum 2013-12-22
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler http://n12v.com
Zahlungsart free
Erweiterungswebsite http://n12v.com/focus-transition/
Hilfeseite URL https://github.com/NV/flying-focus
Unterstützte Sprachen 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\/"
}