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 |
公式URL | 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 |
Eメール | [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" } } |