Flying Focus

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

Flying Focusとは何ですか?

Flying Focusはhttp://n12v.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a transition to the focus outline when you tab around inputs, buttons, and links.」です。

拡張機能のスクリーンショット

screenshot

Flying Focus拡張機能のCRXファイルをダウンロード

Flying Focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
公式URL https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
説明 Adds a transition to the focus outline when you tab around inputs, buttons, and links.
ファイルサイズ 7.29 KB
インストール数 230
現在のバージョン 1.4.0
最終更新日 2013-12-22
公開日 2013-12-22
評価 5.00/5 合計 10 レビュー
開発者 http://n12v.com
支払い方法 free
拡張機能のウェブサイト http://n12v.com/focus-transition/
ヘルプページのURL https://github.com/NV/flying-focus
対応言語 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\/"
}