Marquify

This extension will simulate marquee on a ton of nodes in the current page.

Что такое Marquify?

Marquify - это расширение Chrome, разработанное cipheos, и его основная функция - "This extension will simulate marquee on a ton of nodes in the current page.".

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

screenshot
screenshot

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

Скачайте файлы расширений Marquify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension will emulate marquee on a ton of nodes in the current page. It's super effective!

Disclaimer:
Not my problem if your graphics card can't hack it.                    

Основная информация о расширении

Название Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Официальный URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Описание This extension will simulate marquee on a ton of nodes in the current page.
Размер файла 41.13 KB
Количество установок 11
Текущая Версия 2.0
Последнее Обновление 2016-11-11
Дата публикации 2016-11-11
Рейтинг 5.00/5 Всего 2 оценок
Разработчик cipheos
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marquify",
    "description": "This extension will simulate marquee on a ton of nodes in the current page.",
    "version": "2.0",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png"
        },
        "default_title": "Marquify"
    },
    "background": {
        "scripts": [
            "javascript\/jquery.min.js",
            "javascript\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascript\/jquery.min.js",
                "javascript\/content.js"
            ]
        }
    ]
}