Rosenize

Change images into Michael Rosen

Rosenizeとは何ですか?

RosenizeはParadox460によって開発されたChromeの拡張機能で、その主な機能は「Change images into Michael Rosen」です。

拡張機能のスクリーンショット

screenshot
screenshot

Rosenize拡張機能のCRXファイルをダウンロード

Rosenize拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ever feel that you need more Rosen in your life?

Well, install this extension and see his face everywhere.

Too much Rosen? Go to the extension options and specify the percentage of rosenry.

Changelog: https://github.com/paradox460/Rosenize/releases                    

拡張機能の基本情報

名前 Rosenize Rosenize
ID bkjcmopaekfmmhdejiegfdbpcjgjpjpf
公式URL https://chromewebstore.google.com/detail/rosenize/bkjcmopaekfmmhdejiegfdbpcjgjpjpf
説明 Change images into Michael Rosen
ファイルサイズ 4.22 MB
インストール数 246
現在のバージョン 0.1.3
最終更新日 2015-10-14
公開日 2015-10-14
評価 4.48/5 合計 40 レビュー
開発者 Paradox460
支払い方法 free
拡張機能のウェブサイト https://github.com/paradox460/Rosenize/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Jeff Sandberg",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/mmm.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/rosens\/*",
        "audio\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}