New Tab Game

Some stress relief everytime you open a new tab.

What is New Tab Game?

New Tab Game is a Chrome extension developed by cktakemoto, and its main feature is "Some stress relief everytime you open a new tab.".

Extension Screenshots

screenshot

Download New Tab Game Extension CRX File

Download New Tab Game extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A new tab page with a mini-game. Try to beat your personal best!                    

Extension Basic Information

Name New Tab Game New Tab Game
ID imahjplegegabolblenmbagncigmljjc
Official URL https://chromewebstore.google.com/detail/new-tab-game/imahjplegegabolblenmbagncigmljjc
Description Some stress relief everytime you open a new tab.
File Size 318 KB
Installation Count 235
Current Version 1.0
Last Updated 2018-10-14
Publish Date 2018-10-14
Rating 5.00/5 Total 1 Ratings
Developer cktakemoto
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}