2048
Play 2048 anytime. Join the numbers and get to the 2048 tile!
什麼是2048?
2048是由2048開發的Chrome擴展程式,該擴展的主要功能是“Play 2048 anytime. Join the numbers and get to the 2048 tile!”。
擴展截圖
下載2048擴展crx文件
下載2048擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds 2048 game into your Chrome. Clicking on the icon will pop-up the game immediately. HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! IF ARROW KEYS ARE NOT WORKING, JUST CLICK INTO THE GAME WINDOW This is not a link to website, you can play the 2048 game anytime, even when you are offline! For more information visit the official 2048 website at http://gabrielecirulli.github.io/2048/ 2048 was created by Gabriele Cirulli, visit his website at http://gabrielecirulli.com If you are developer and want to improve the game, you can do it at https://github.com/gabrielecirulli/2048
擴展基本資訊
名稱 | 2048 |
ID | klkgibeelchkifaeamopaheinfnfleaj |
官方網址 | https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj |
簡介 | Play 2048 anytime. Join the numbers and get to the 2048 tile! |
檔案大小 | 242 KB |
安裝次數 | 1,083 |
目前版本 | 25 |
更新時間 | 2019-04-11 |
上架時間 | 2019-04-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | 2048 |
付費類型 | free |
擴展官網 | https://github.com/gabrielecirulli/2048 |
說明頁面URL | https://github.com/gabrielecirulli/2048/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048", "description": "Play 2048 anytime. Join the numbers and get to the 2048 tile!", "version": "25", "background": { "scripts": [ "background.js" ] }, "permissions": [ "background" ], "page_action": { "default_icon": "images\/2048-icon.png", "default_popup": "game\/index.html" }, "web_accessible_resources": [ "_generated_background_page.html" ], "icons": { "16": "images\/2048-icon.png", "48": "images\/2048-icon.png", "128": "images\/2048-icon.png" } } |