Sudoku
The best selection of sudoku games.
Sudokuとは何ですか?
SudokuはCool Gamesによって開発されたChromeの拡張機能で、その主な機能は「The best selection of sudoku games.」です。
拡張機能のスクリーンショット
Sudoku拡張機能のCRXファイルをダウンロード
Sudoku拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play the best of sudoku games on one place. It countains Sudoku Classic, Challenge, Deluxe, Smart Sudoku and many more.. You can simply select your favorite game in a popup and launch it in a new tab. Enjoy these games and please rate this extension!
拡張機能の基本情報
名前 | Sudoku |
ID | mnejlibhmapdlfjopobeadmenbbhgelg |
公式URL | https://chromewebstore.google.com/detail/sudoku/mnejlibhmapdlfjopobeadmenbbhgelg |
説明 | The best selection of sudoku games. |
ファイルサイズ | 392 KB |
インストール数 | 3,271 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-10-27 |
公開日 | 2020-10-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Cool Games |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "name": "Sudoku", "description": "The best selection of sudoku games.", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "games.html", "default_icon": "images\/icon19.png" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |