Focus Snail

Leaves a trail from the previously focused element.

Hvad er Focus Snail?

Focus Snail er en Chrome-udvidelse udviklet af https://n12v.com, og dens hovedfunktion er "Leaves a trail from the previously focused element.".

Udvidelsesskærmbilleder

screenshot

Download Focus Snail-udvidelses-CRX-fil

Download Focus Snail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
Officiel URL https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
Beskrivelse Leaves a trail from the previously focused element.
Filstørrelse 8.45 KB
Antal Installationer 59
Nuværende Version 1.0.1
Senest Opdateret 2013-12-09
Udgivelsesdato 2013-12-08
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://n12v.com
Betalingsmetode free
Udvidelseswebsted http://n12v.dev/focus-transition-2/
Hjælpeside-URL http://github.com/NV/focus-snail
Understøttede Sprog 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\/"
}