I Love Sudoku
Free, Open Source And Clean Sudoku Game.
Apa itu I Love Sudoku?
I Love Sudoku adalah ekstensi Chrome yang dikembangkan oleh dexiang.wu, dan fitur utamanya adalah "Free, Open Source And Clean Sudoku Game.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi I Love Sudoku
Unduh file ekstensi I Love Sudoku dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This is a free and clean sudoku game, from easy to extreme level.
Informasi Dasar Ekstensi
Nama | I Love Sudoku |
ID | ekmbapaleikifnicdifaloejmhliihbd |
URL Resmi | https://chromewebstore.google.com/detail/i-love-sudoku/ekmbapaleikifnicdifaloejmhliihbd |
Deskripsi | Free, Open Source And Clean Sudoku Game. |
Ukuran File | 204 KB |
Jumlah Instalasi | 230 |
Versi Saat Ini | 1.0.0.0 |
Terakhir Diperbarui | 2020-09-17 |
Tanggal Publikasi | 2020-09-16 |
Pengembang | dexiang.wu |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.0.0.0", "description": "__MSG_extensionDescription__", "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" } }, "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_locale": "zh_CN" } |