Focus Snail

Leaves a trail from the previously focused element.

What is Focus Snail?

Focus Snail is a Chrome extension developed by https://n12v.com, and its main feature is "Leaves a trail from the previously focused element.".

Extension Screenshots

screenshot

Download Focus Snail Extension CRX File

Download Focus Snail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
Official URL https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
Description Leaves a trail from the previously focused element.
File Size 8.45 KB
Installation Count 59
Current Version 1.0.1
Last Updated 2013-12-09
Publish Date 2013-12-08
Rating 5.00/5 Total 3 Ratings
Developer https://n12v.com
Payment Type free
Extension Website http://n12v.dev/focus-transition-2/
Help Page URL http://github.com/NV/focus-snail
Supported Languages 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\/"
}