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