Dinosaur Game Launcher
Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
O que é Dinosaur Game Launcher?
Dinosaur Game Launcher é uma extensão do Chrome desenvolvida por http://browsernative.com, e sua principal característica é "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dinosaur Game Launcher
Baixe arquivos de extensão Dinosaur Game Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | pmlcmigoejbihcnanenjcdokfgcnabdi |
URL Oficial | https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi |
Descrição | Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D. |
Tamanho do Arquivo | 8.38 KB |
Contagem de Instalações | 111,239 |
Versão Atual | 0.1 |
Última Atualização | 2019-08-27 |
Data de Publicação | 2019-08-27 |
Classificação | 3.20/5 Total de 20 Avaliações |
Desenvolvedor | http://browsernative.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL da Página de Ajuda | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | 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" } } } } |