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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" } } |