Picture Sudoku
Play sudoku with images
O que é Picture Sudoku?
Picture Sudoku é uma extensão do Chrome desenvolvida por https://mobilefirst.me, e sua principal característica é "Play sudoku with images".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Picture Sudoku
Baixe arquivos de extensão Picture Sudoku no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Picture Sudoku |
ID | cklimhgdjamnilkolaheppaadgmmnaii |
URL Oficial | https://chromewebstore.google.com/detail/picture-sudoku/cklimhgdjamnilkolaheppaadgmmnaii |
Descrição | Play sudoku with images |
Tamanho do Arquivo | 46.88 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-01-19 |
Data de Publicação | 2020-07-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://mobilefirst.me |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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__" } } |