Focus Snail

Leaves a trail from the previously focused element.

Focus Snail là gì?

Focus Snail là một tiện ích mở rộng Chrome được phát triển bởi https://n12v.com, và tính năng chính của nó là "Leaves a trail from the previously focused element.".

Ả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 Focus Snail

Tải xuống các tệp mở rộng Focus Snail 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

                        Another UI experiment: https://chrome.google.com/webstore/detail/koojelgeljpacclbmiflpcohjkbklplk                    

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

Tên Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
URL Chính Thức https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
Mô tả Leaves a trail from the previously focused element.
Kích Thước Tệp 8.45 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-12-09
Ngày Phát Hành 2013-12-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://n12v.com
Loại Thanh Toán free
Trang Web Mở Rộng http://n12v.dev/focus-transition-2/
URL Trang Trợ Giúp http://github.com/NV/focus-snail
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Snail",
    "version": "1.0.1",
    "description": "Leaves a trail from the previously focused element.",
    "content_scripts": [
        {
            "js": [
                "focus-snail.js"
            ],
            "css": [
                "focus-snail.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "Nikita Vasilyev",
    "homepage_url": "http:\/\/n12v.com\/focus-transition-2\/"
}