Marquify

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

Marquify क्या है?

Marquify cipheos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will simulate marquee on a ton of nodes in the current page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marquify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
आधिकारिक URL https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
विवरण This extension will simulate marquee on a ton of nodes in the current page.
फ़ाइल का आकार 41.13 KB
स्थापना संख्या 11
वर्तमान संस्करण 2.0
अंतिम अपडेट 2016-11-11
प्रकाशन तिथि 2016-11-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर cipheos
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}