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