Checkers
Classic checkers. The game has a simple and intuitive interface.
Checkersとは何ですか?
Checkersはbakhirev.alexeyによって開発されたChromeの拡張機能で、その主な機能は「Classic checkers. The game has a simple and intuitive interface.」です。
拡張機能のスクリーンショット
Checkers拡張機能のCRXファイルをダウンロード
Checkers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We all know this game - classic checkers. The game has a simple and intuitive interface. Excellent graphics. This game is not for those who give up without a fight, but for the hard-nosed and persistent people.
拡張機能の基本情報
名前 | Checkers |
ID | fhgfkokmjjnahoomiaocooplcahgccna |
公式URL | https://chromewebstore.google.com/detail/checkers/fhgfkokmjjnahoomiaocooplcahgccna |
説明 | Classic checkers. The game has a simple and intuitive interface. |
ファイルサイズ | 139 KB |
インストール数 | 3,810 |
現在のバージョン | 1.0.0 |
最終更新日 | 2013-02-12 |
公開日 | 2013-02-12 |
評価 | 2.76/5 合計 25 レビュー |
開発者 | bakhirev.alexey |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Checkers" }, "description": "Classic checkers. The game has a simple and intuitive interface.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.jpg", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/durak.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Checkers", "version": "1.0.0" } |