Ultimate Sudoku

Test your logic and race against time to solve these sudoku puzzles.

Ultimate Sudokuとは何ですか?

Ultimate SudokuはWallpaper Addonsによって開発されたChromeの拡張機能で、その主な機能は「Test your logic and race against time to solve these sudoku puzzles.」です。

拡張機能のスクリーンショット

screenshot

Ultimate Sudoku拡張機能のCRXファイルをダウンロード

Ultimate Sudoku拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Play sudoku today in your browser. Try varying levels of difficulty for your sudoku game and enjoy this logic game.
There are 3 levels of difficulty, see if you can solve the sudoku puzzles for all 3 levels of difficulties                    

拡張機能の基本情報

名前 Ultimate Sudoku Ultimate Sudoku
ID ogebapoedodganeklcnhgabiehndcanl
公式URL https://chromewebstore.google.com/detail/ultimate-sudoku/ogebapoedodganeklcnhgabiehndcanl
説明 Test your logic and race against time to solve these sudoku puzzles.
ファイルサイズ 1.97 MB
インストール数 1,447
現在のバージョン 1.0.1
最終更新日 2019-10-01
公開日 2019-10-01
開発者 Wallpaper Addons
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.wallpaperaddons.com/privacy-policy
対応言語 id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "version": "1.0.1",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo-16.png",
            "32": "logo-32.png"
        }
    },
    "background": {
        "scripts": [
            "\/js\/common-push-init.js",
            "\/js\/common-push.min.js",
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.freegamesky.com\/*",
        "notifications"
    ],
    "offline_enabled": true
}