Marquify

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

Wat is Marquify?

Marquify is een Chrome-extensie ontwikkeld door cipheos, en de belangrijkste functie is "This extension will simulate marquee on a ton of nodes in the current page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Marquify

Download Marquify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Officiële URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Beschrijving This extension will simulate marquee on a ton of nodes in the current page.
Bestandsgrootte 41.13 KB
Aantal Installaties 11
Huidige Versie 2.0
Laatst Bijgewerkt 2016-11-11
Publicatiedatum 2016-11-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cipheos
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}