2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
什麼是2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome是由Oliver Jesberger開發的Chrome擴展程式,該擴展的主要功能是“Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.”。
擴展截圖
下載2048 (To Go) in Google Chrome擴展crx文件
下載2048 (To Go) in Google Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
擴展基本資訊
名稱 | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
官方網址 | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
簡介 | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
檔案大小 | 94.57 KB |
安裝次數 | 212 |
目前版本 | 0.3 |
更新時間 | 2014-04-12 |
上架時間 | 2014-04-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Oliver Jesberger |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |