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
官方網址 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
    }
}