Marquify

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

Vad är Marquify?

Marquify är en Chrome-tillägg utvecklad av cipheos, och dess huvudfunktion är "This extension will simulate marquee on a ton of nodes in the current page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Marquify-förlängningens CRX-fil

Ladda ner Marquify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
Officiell webbadress https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Beskrivning This extension will simulate marquee on a ton of nodes in the current page.
Filstorlek 41.13 KB
Antal Installationer 11
Aktuell Version 2.0
Senast Uppdaterad 2016-11-11
Publiceringsdatum 2016-11-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare cipheos
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}