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