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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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