WebRPG

Walk around webpages with a rpg character!

WebRPGとは何ですか?

WebRPGはhttps://dannyhendrix.comによって開発されたChromeの拡張機能で、その主な機能は「Walk around webpages with a rpg character!」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Useless but funny. Instead of using your mouse, use this character to walk around on webpages :).                    

拡張機能の基本情報

名前 WebRPG WebRPG
ID inchdjcmcanbgkliakpooegokknmomki
公式URL https://chromewebstore.google.com/detail/webrpg/inchdjcmcanbgkliakpooegokknmomki
説明 Walk around webpages with a rpg character!
ファイルサイズ 145 KB
インストール数 83
現在のバージョン 2.0
最終更新日 2016-05-21
公開日 2016-05-21
評価 4.43/5 合計 14 レビュー
開発者 https://dannyhendrix.com
支払い方法 free
拡張機能のウェブサイト http://www.dannyhendrix.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRPG",
    "description": "Walk around webpages with a rpg character!",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "settings.html",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "name": "Activate WebRPG",
        "default_icon": "images\/icons\/icon.png"
    },
    "icons": {
        "16": "images\/icons\/icon.png",
        "48": "images\/icons\/icon48.png"
    },
    "web_accessible_resources": [
        "images\/character\/*.teamx"
    ],
    "manifest_version": 2
}