2048 Games
Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!
什麼是2048 Games?
2048 Games是由https://www.x-games.net開發的Chrome擴展程式,該擴展的主要功能是“Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!”。
擴展截圖
下載2048 Games擴展crx文件
下載2048 Games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension contains 5 types of 2048 puzzle games. Play online in new tab. New in 2021! 2048 is played on a simple gray 4×4 grid, with numbered tiles that slide smoothly when a player moves them using the four arrow keys. Classic 2048 Puzzle is logic game. You have to merge the number a make a bigger number in this game - these are the rules. Next one fun is Brick 2048. It is includes score ranking system, simple and easy gameplay and sound effects. Next is simple to play with card. Just make 2048 Solitaire. You can strategically place to cards to create combo’s. Each time combo occurs your point for that move you get more points. Addictive games are much fun!
擴展基本資訊
名稱 | |
ID | necdpeoddapddjakiegmlfilbedfphjl |
官方網址 | https://chrome.google.com/webstore/detail/2048-games/necdpeoddapddjakiegmlfilbedfphjl |
簡介 | Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021! |
檔案大小 | 168 KB |
安裝次數 | 427 |
目前版本 | 1.0 |
更新時間 | 2021-01-15 |
上架時間 | 2021-01-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.x-games.net |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.x-games.net/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "2048 Games", "description": "Play 2048 puzzle games in new tab. Extension contains 5 types of 2048 games. New in 2021!", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "chrome_url_overrides": { "newtab": "games.html" }, "browser_action": { "default_icon": "images\/icon19.png" }, "icons": { "19": "images\/icon19.png", "48": "images\/icon48.png" } } |