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
官方網址 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
電子郵箱 [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"
    }
}