New Tab Game
Some stress relief everytime you open a new tab.
New Tab Gameとは何ですか?
New Tab Gameはcktakemotoによって開発されたChromeの拡張機能で、その主な機能は「Some stress relief everytime you open a new tab.」です。
拡張機能のスクリーンショット
New Tab Game拡張機能のCRXファイルをダウンロード
New Tab Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A new tab page with a mini-game. Try to beat your personal best!                     拡張機能の基本情報
| 名前 |   |  
| ID | imahjplegegabolblenmbagncigmljjc | 
| 公式URL | https://chromewebstore.google.com/detail/new-tab-game/imahjplegegabolblenmbagncigmljjc | 
| 説明 | Some stress relief everytime you open a new tab. | 
| ファイルサイズ | 318 KB | 
| インストール数 | 235 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2018-10-14 | 
| 公開日 | 2018-10-14 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | cktakemoto | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Game",
    "description": "Some stress relief everytime you open a new tab.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}  |  |