New Tab Game
Some stress relief everytime you open a new tab.
Cos'è New Tab Game?
New Tab Game è un'estensione di Chrome sviluppata da cktakemoto, e la sua funzione principale è "Some stress relief everytime you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Game
Scarica i file di estensione New Tab Game 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
                        A new tab page with a mini-game. Try to beat your personal best!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | imahjplegegabolblenmbagncigmljjc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-game/imahjplegegabolblenmbagncigmljjc | 
| Descrizione | Some stress relief everytime you open a new tab. | 
| Dimensione del File | 318 KB | 
| Conteggio Installazioni | 235 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2018-10-14 | 
| Data di Pubblicazione | 2018-10-14 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | cktakemoto | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Game",
    "description": "Some stress relief everytime you open a new tab.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}  |  |