Marquify

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

Cos'è Marquify?

Marquify è un'estensione di Chrome sviluppata da cipheos, e la sua funzione principale è "This extension will simulate marquee on a ton of nodes in the current page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Marquify

Scarica i file di estensione Marquify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
URL Ufficiale https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Descrizione This extension will simulate marquee on a ton of nodes in the current page.
Dimensione del File 41.13 KB
Conteggio Installazioni 11
Versione Corrente 2.0
Ultimo Aggiornamento 2016-11-11
Data di Pubblicazione 2016-11-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore cipheos
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}