Marquify

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

Was ist Marquify?

Marquify ist eine Chrome-Erweiterung, die von cipheos entwickelt wurde, und ihr Hauptmerkmal ist "This extension will simulate marquee on a ton of nodes in the current page.".

Erweiterungsscreenshots

screenshot
screenshot

Marquify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Marquify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Offizielle URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Beschreibung This extension will simulate marquee on a ton of nodes in the current page.
Dateigröße 41.13 KB
Installationsanzahl 11
Aktuelle Version 2.0
Letztes Update 2016-11-11
Veröffentlichungsdatum 2016-11-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler cipheos
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}