Picture Sudoku
Play sudoku with images
什麼是Picture Sudoku?
Picture Sudoku是由https://mobilefirst.me開發的Chrome擴展程式,該擴展的主要功能是“Play sudoku with images”。
擴展截圖
下載Picture Sudoku擴展crx文件
下載Picture Sudoku擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Enjoy the classic sudoku game but with a twist: play sudoku with pictures! Click the extension toolbar icon anytime you want to start a game. There are multiple levels that get increasingly more challenging. Each level has a different set of cards focused around a specific theme. Extension Permissions ===================== * uses local storage to save user preferences * uses chrome window size to determine the size of game window * does not require any elevated permissions Privacy Policy ============== You can play this game anonymously. Analytics are used to understand user interaction. Analytics are aggregated and do not compromise individual user privacy.
擴展基本資訊
名稱 | Picture Sudoku |
ID | cklimhgdjamnilkolaheppaadgmmnaii |
官方網址 | https://chromewebstore.google.com/detail/picture-sudoku/cklimhgdjamnilkolaheppaadgmmnaii |
簡介 | Play sudoku with images |
檔案大小 | 46.88 KB |
安裝次數 | 61 |
目前版本 | 1.0.2 |
更新時間 | 2021-01-19 |
上架時間 | 2020-07-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://mobilefirst.me |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/cklimhgdjamnilkolaheppaadgmmnaii", "version": "3.0.3", "version_name": "1.0.2", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "31", "incognito": "split", "permissions": [ "system.display", "storage" ], "options_page": "options.html", "icons": { "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/16x16.png", "24": "icons\/24x24.png", "36": "icons\/36x36.png" }, "default_title": "__MSG_appName__" } } |