Marquify

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

Marquify là gì?

Marquify là một tiện ích mở rộng Chrome được phát triển bởi cipheos, và tính năng chính của nó là "This extension will simulate marquee on a ton of nodes in the current page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Marquify

Tải xuống các tệp mở rộng Marquify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Marquify Marquify
ID agaphapjjnmojcinpfmadipplnbdbkmp
URL Chính Thức https://chromewebstore.google.com/detail/marquify/agaphapjjnmojcinpfmadipplnbdbkmp
Mô tả This extension will simulate marquee on a ton of nodes in the current page.
Kích Thước Tệp 41.13 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-11-11
Ngày Phát Hành 2016-11-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cipheos
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}