Marquify

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

什么是Marquify?

Marquify是由cipheos开发的Chrome扩展程序,该扩展的主要功能是“This extension will simulate marquee on a ton of nodes in the current page.”。

扩展截图

screenshot
screenshot

下载Marquify扩展crx文件

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