Dinosaur Game Launcher
Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
Dinosaur Game Launcherคืออะไร?
Dinosaur Game Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://browsernative.com และคุณลักษณะหลักของมันคือ "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dinosaur Game Launcher
ดาวน์โหลดไฟล์ส่วนขยาย Dinosaur Game Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a launcher for Google Chrome dinosaur game. Click on the toolbar button, or use keyboard command Alt + Shift + D. Press space bar to start the game. Extension created by BrowserNative: https://browsernative.com/google-chrome-dinosaur-run-game/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pmlcmigoejbihcnanenjcdokfgcnabdi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi |
คำอธิบาย | Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D. |
ขนาดไฟล์ | 8.38 KB |
จำนวนการติดตั้ง | 111,239 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2019-08-27 |
วันที่เผยแพร่ | 2019-08-27 |
คะแนน | 3.20/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | http://browsernative.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL หน้าช่วยเหลือ | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL หน้านโยบายความเป็นส่วนตัว | https://browsernative.com/extensions-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "dino.png", "default_title": "Dinosaur Game" }, "description": "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.", "homepage_url": "https:\/\/browsernative.com\/google-chrome-dinosaur-run-game\/", "icons": { "128": "dino.png", "48": "dino-48.png" }, "manifest_version": 2, "name": "Dinosaur Game Launcher", "version": "0.1", "permissions": [], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+D" } } } } |