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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://anantpatni.com และคุณลักษณะหลักของมันคือ "This Chrome Extension turns your new tab page into the famous and addictive t-rex dino chrome game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dinosaur Game in New Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |