Flying Focus

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

Flying Focus là gì?

Flying Focus là một tiện ích mở rộng Chrome được phát triển bởi http://n12v.com, và tính năng chính của nó là "Adds a transition to the focus outline when you tab around inputs, buttons, and links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flying Focus

Tải xuống các tệp mở rộng Flying Focus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flying Focus Flying Focus
ID koojelgeljpacclbmiflpcohjkbklplk
URL Chính Thức https://chrome.google.com/webstore/detail/flying-focus/koojelgeljpacclbmiflpcohjkbklplk
Mô tả Adds a transition to the focus outline when you tab around inputs, buttons, and links.
Kích Thước Tệp 7.29 KB
Số Lần Cài Đặt 230
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2013-12-22
Ngày Phát Hành 2013-12-22
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://n12v.com
Loại Thanh Toán free
Trang Web Mở Rộng http://n12v.com/focus-transition/
URL Trang Trợ Giúp https://github.com/NV/flying-focus
Ngôn Ngữ Được Hỗ Trợ 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\/"
}