Marquify

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

Τι είναι το Marquify;

Το Marquify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cipheos, και η κύρια λειτουργία του είναι "This extension will simulate marquee on a ton of nodes in the current page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Marquify

Λήψη αρχείων επέκτασης Marquify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}