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 là gì?
Dinosaur Game in New Tab là một tiện ích mở rộng Chrome được phát triển bởi http://anantpatni.com, và tính năng chính của nó là "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dinosaur Game in New Tab
Tải xuống các tệp mở rộng Dinosaur Game in New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension brings Google's Dinosaur Game, also known as T-Rex Game to your browser new tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dncoaldcopfkohghaadkobhfpebpcbpk |
URL Chính Thức | https://chrome.google.com/webstore/detail/dinosaur-game-in-new-tab/dncoaldcopfkohghaadkobhfpebpcbpk |
Mô tả | This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game. |
Kích Thước Tệp | 1.99 MB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-02-07 |
Ngày Phát Hành | 2022-01-17 |
Nhà Phát Triển | http://anantpatni.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |