Focus Snail

Leaves a trail from the previously focused element.

Was ist Focus Snail?

Focus Snail ist eine Chrome-Erweiterung, die von https://n12v.com entwickelt wurde, und ihr Hauptmerkmal ist "Leaves a trail from the previously focused element.".

Erweiterungsscreenshots

screenshot

Focus Snail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Focus Snail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Focus Snail Focus Snail
ID bplpobmpcnpddpabcpfnddhimhjicgpc
Offizielle URL https://chromewebstore.google.com/detail/focus-snail/bplpobmpcnpddpabcpfnddhimhjicgpc
Beschreibung Leaves a trail from the previously focused element.
Dateigröße 8.45 KB
Installationsanzahl 59
Aktuelle Version 1.0.1
Letztes Update 2013-12-09
Veröffentlichungsdatum 2013-12-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://n12v.com
Zahlungsart free
Erweiterungswebsite http://n12v.dev/focus-transition-2/
Hilfeseite URL http://github.com/NV/focus-snail
Unterstützte Sprachen 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\/"
}