Puerto Rico Helper
Reveal players VP in the popular puerto rico board game.
Puerto Rico Helperとは何ですか?
Puerto Rico HelperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Reveal players VP in the popular puerto rico board game.」です。
拡張機能のスクリーンショット
Puerto Rico Helper拡張機能のCRXファイルをダウンロード
Puerto Rico Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Puerto Rico Helper is a chrome extension plugin to help you keep track of other player's victory points, in the online version of the popular Puerto Rico boardgame, on boardgamearena.com.
拡張機能の基本情報
名前 | |
ID | neepbekeahonhgkedkpmdfjipkgcdefk |
公式URL | https://chromewebstore.google.com/detail/puerto-rico-helper/neepbekeahonhgkedkpmdfjipkgcdefk |
説明 | Reveal players VP in the popular puerto rico board game. |
ファイルサイズ | 1.48 MB |
インストール数 | 57 |
現在のバージョン | 0.1 |
最終更新日 | 2017-04-09 |
公開日 | 2017-04-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puerto Rico Helper", "version": "0.1", "description": "Reveal players VP in the popular puerto rico board game.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.boardgamearena.com\/puertorico*" ], "js": [ "jquery-3.1.1.slim.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Puerto Rico Helper", "options_page": "settings.html" }, "permissions": [ "storage" ] } |