Focus Snail

Leaves a trail from the previously focused element.

Что такое Focus Snail?

Focus Snail - это расширение Chrome, разработанное https://n12v.com, и его основная функция - "Leaves a trail from the previously focused element.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Focus Snail

Скачайте файлы расширений 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\/"
}