Marquify

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

Co to jest Marquify?

Marquify to rozszerzenie Chrome opracowane przez cipheos, a jego główną funkcją jest „This extension will simulate marquee on a ton of nodes in the current page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Marquify

Pobierz pliki rozszerzeń Marquify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Oficjalny URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Opis This extension will simulate marquee on a ton of nodes in the current page.
Rozmiar pliku 41.13 KB
Liczba instalacji 11
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-11-11
Data Publikacji 2016-11-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper cipheos
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}