Marquify

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

Hvad er Marquify?

Marquify er en Chrome-udvidelse udviklet af cipheos, og dens hovedfunktion er "This extension will simulate marquee on a ton of nodes in the current page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Marquify-udvidelses-CRX-fil

Download Marquify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Officiel URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Beskrivelse This extension will simulate marquee on a ton of nodes in the current page.
Filstørrelse 41.13 KB
Antal Installationer 11
Nuværende Version 2.0
Senest Opdateret 2016-11-11
Udgivelsesdato 2016-11-11
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler cipheos
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}