Marquify

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

What is Marquify?

Marquify is a Chrome extension developed by cipheos, and its main feature is "This extension will simulate marquee on a ton of nodes in the current page.".

Extension Screenshots

screenshot
screenshot

Download Marquify Extension CRX File

Download Marquify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Official URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Description This extension will simulate marquee on a ton of nodes in the current page.
File Size 41.13 KB
Installation Count 11
Current Version 2.0
Last Updated 2016-11-11
Publish Date 2016-11-11
Rating 5.00/5 Total 2 Ratings
Developer cipheos
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}