Chrome Snake
Play snake at anytime just by opening a new tab
Chrome Snakeとは何ですか?
Chrome Snakeはsimon.bruno.77によって開発されたChromeの拡張機能で、その主な機能は「Play snake at anytime just by opening a new tab」です。
拡張機能のスクリーンショット
Chrome Snake拡張機能のCRXファイルをダウンロード
Chrome Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.
You can change the initial speed, the color (light or dark) and time display.
Don't want to play ? Just sit and watch the computer playing for you.
UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page 拡張機能の基本情報
| 名前 | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| 公式URL | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| 説明 | Play snake at anytime just by opening a new tab |
| ファイルサイズ | 45.28 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-03-09 |
| 公開日 | 2018-03-09 |
| 評価 | 2.41/5 合計 522 レビュー |
| 開発者 | simon.bruno.77 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Snake",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Play snake at anytime just by opening a new tab",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |