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 là gì?
Dinosaur Game Launcher là một tiện ích mở rộng Chrome được phát triển bởi http://browsernative.com, và tính năng chính của nó là "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".
Ả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 Launcher
Tải xuống các tệp mở rộng Dinosaur Game Launcher 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pmlcmigoejbihcnanenjcdokfgcnabdi |
URL Chính Thức | https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi |
Mô tả | Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D. |
Kích Thước Tệp | 8.38 KB |
Số Lần Cài Đặt | 111,239 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-08-27 |
Ngày Phát Hành | 2019-08-27 |
Đánh Giá | 3.20/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | http://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL Trang Trợ Giúp | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |