Focus Snail

Leaves a trail from the previously focused element.

Wat is Focus Snail?

Focus Snail is een Chrome-extensie ontwikkeld door https://n12v.com, en de belangrijkste functie is "Leaves a trail from the previously focused element.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Focus Snail

Download Focus Snail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
Officiële URL https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
Beschrijving Leaves a trail from the previously focused element.
Bestandsgrootte 8.45 KB
Aantal Installaties 59
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-12-09
Publicatiedatum 2013-12-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://n12v.com
Betalingswijze free
Extensiewebsite http://n12v.dev/focus-transition-2/
Help Pagina-URL http://github.com/NV/focus-snail
Ondersteunde Talen 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\/"
}