Marquify

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

Qu'est-ce que Marquify ?

Marquify est une extension Chrome développée par cipheos, et sa fonction principale est "This extension will simulate marquee on a ton of nodes in the current page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Marquify

Téléchargez les fichiers d'extension Marquify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
URL Officiel https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Description This extension will simulate marquee on a ton of nodes in the current page.
Taille du Fichier 41.13 KB
Nombre d'Installations 11
Version Actuelle 2.0
Dernière Mise à Jour 2016-11-11
Date de Publication 2016-11-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur cipheos
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}