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
公式URL 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
Eメール [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
}