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
官方網址 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\/"
}