Focus Snail

Leaves a trail from the previously focused element.

什么是Focus Snail?

Focus Snail是由https://n12v.com开发的Chrome扩展程序,该扩展的主要功能是“Leaves a trail from the previously focused element.”。

扩展截图

screenshot

下载Focus Snail扩展crx文件

下载Focus Snail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
官方URL https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
简介 Leaves a trail from the previously focused element.
文件大小 8.45 KB
安装次数 59
当前版本 1.0.1
更新时间 2013-12-09
上架时间 2013-12-08
评分 5.00/5 共3次评分
开发者 https://n12v.com
付费类型 free
扩展官网 http://n12v.dev/focus-transition-2/
帮助页面URL http://github.com/NV/focus-snail
支持的语言 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\/"
}