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