Pokeman Unicorn

Replace the unicorns with pokemans

Pokeman Unicornとは何ですか?

Pokeman Unicornはlarochefookauによって開発されたChromeの拡張機能で、その主な機能は「Replace the unicorns with pokemans」です。

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

screenshot

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

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

拡張機能の使用方法

                        This will replace 'unicorn' with a random Pokeman name. Enjoy!                    

拡張機能の基本情報

名前 Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
公式URL https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
説明 Replace the unicorns with pokemans
ファイルサイズ 38.93 KB
インストール数 101
現在のバージョン 1.0
最終更新日 2015-09-11
公開日 2015-09-11
開発者 larochefookau
支払い方法 free
拡張機能のウェブサイト https://twitter.com/larochefookau
ヘルプページのURL https://twitter.com/larochefookau
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokeman Unicorn",
    "description": "Replace the unicorns with pokemans",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}