Flying Focus

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

Flying Focusคืออะไร?

Flying Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://n12v.com และคุณลักษณะหลักของมันคือ "Adds a transition to the focus outline when you tab around inputs, buttons, and links."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flying Focus

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
}