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是由http://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.”。
扩展截图
下载Dinosaur Game Launcher扩展crx文件
下载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" } } } } |