Dinosaur Game in New Tab

This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.

Dinosaur Game in New Tabとは何ですか?

Dinosaur Game in New Tabはhttp://anantpatni.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Dinosaur Game in New Tab拡張機能のCRXファイルをダウンロード

Dinosaur Game in New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension brings Google's Dinosaur Game, also known as T-Rex Game to your browser new tab.                    

拡張機能の基本情報

名前 Dinosaur Game in New Tab Dinosaur Game in New Tab
ID dncoaldcopfkohghaadkobhfpebpcbpk
公式URL https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk
説明 This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.
ファイルサイズ 1.99 MB
インストール数 40
現在のバージョン 1.0
最終更新日 2022-02-07
公開日 2022-01-17
開発者 http://anantpatni.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dinosaur Game in New Tab",
    "description": "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.",
    "action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}