DinosaurGame
DinosaurGame
Cos'è DinosaurGame?
DinosaurGame è un'estensione di Chrome sviluppata da 牛蒡, e la sua funzione principale è "DinosaurGame".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DinosaurGame
Scarica i file di estensione DinosaurGame in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
You may be familiar with the "dinosaurs" that appear on the "Not connected to the Internet" screen when you are offline. That dinosaur actually moves. Press the [Space] key or [↑] key to start the "dinosaur game". It's also available as a hidden feature in Chrome, and Google Chrome allows you to play the game online by typing" chrome://dino/" in his address bar. The extension allows you to play the game on the extension's pop-up page without using Google Chrome.
Informazioni di Base sull'Estensione
Nome | |
ID | glaogmhcbinmgjpohpfpigpknimhhmof |
URL Ufficiale | https://chrome.google.com/webstore/detail/dinosaurgame/glaogmhcbinmgjpohpfpigpknimhhmof |
Descrizione | DinosaurGame |
Dimensione del File | 54.01 KB |
Conteggio Installazioni | 335 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2021-08-01 |
Data di Pubblicazione | 2021-07-25 |
Sviluppatore | 牛蒡 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "1.2", "default_locale": "ja", "icons": { "16": "DinosaurGame\/images\/default_100_percent\/100-error-offline.png", "32": "DinosaurGame\/images\/default_100_percent\/100-error-offline.png", "48": "DinosaurGame\/images\/default_100_percent\/100-error-offline.png", "128": "DinosaurGame\/images\/default_100_percent\/100-error-offline.png" }, "action": { "default_popup": "DinosaurGame\/index.html" } } |