Chrome RPG

An idle game that lives in your browser, perfect for playing while at work.

什麼是Chrome RPG?

Chrome RPG是由omgSushii開發的Chrome擴展程式,該擴展的主要功能是“An idle game that lives in your browser, perfect for playing while at work.”。

擴展截圖

screenshot

下載Chrome RPG擴展crx文件

下載Chrome RPG擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An idle rpg game that can be played from browser, need to login to google account to enable saving.                    

擴展基本資訊

名稱 Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
官方網址 https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
簡介 An idle game that lives in your browser, perfect for playing while at work.
檔案大小 17.61 KB
安裝次數 65
目前版本 0.1
更新時間 2019-10-15
上架時間 2019-10-15
評分 3.00/5 共 1 次評分
開發者 omgSushii
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome RPG",
    "version": "0.1",
    "description": "An idle game that lives in your browser, perfect for playing while at work.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Chrome RPG",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}