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 |
官方網址 | 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" } } } } |