Motivation-huh?
Replace new tab page with Motivation
Cos'è Motivation-huh??
Motivation-huh? è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replace new tab page with Motivation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Motivation-huh?
Scarica i file di estensione Motivation-huh? 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
modify from https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
countdown your TTL Informazioni di Base sull'Estensione
| Nome | |
| ID | gjiindielolnpcmjbhiojfpojlodnicl |
| URL Ufficiale | https://chromewebstore.google.com/detail/motivation-huh/gjiindielolnpcmjbhiojfpojlodnicl |
| Descrizione | Replace new tab page with Motivation |
| Dimensione del File | 96.61 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2014-12-26 |
| Data di Pubblicazione | 2014-12-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": false,
"scripts": [
"motivation.js"
]
},
"chrome_url_overrides": {
"newtab": "dashboard.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Replace new tab page with Motivation",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"48": "icon-48.png"
},
"manifest_version": 2,
"name": "Motivation-huh?",
"offline_enabled": true,
"version": "0.1"
} | |