Inspirational Leadership and Coaching Quotes
A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited.
Cos'è Inspirational Leadership and Coaching Quotes?
Inspirational Leadership and Coaching Quotes è un'estensione di Chrome sviluppata da https://nolanscafe.co.uk, e la sua funzione principale è "A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inspirational Leadership and Coaching Quotes
Scarica i file di estensione Inspirational Leadership and Coaching Quotes 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | ekleffhljipaphmlmhemhhobgadmbelj |
| URL Ufficiale | https://chromewebstore.google.com/detail/inspirational-leadership/ekleffhljipaphmlmhemhhobgadmbelj |
| Descrizione | A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited. |
| Dimensione del File | 576 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2017-03-18 |
| Data di Pubblicazione | 2017-03-18 |
| Sviluppatore | https://nolanscafe.co.uk |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Inspirational Leadership and Coaching Quotes",
"version": "0.0.5",
"manifest_version": 2,
"description": "A new default tab for quotes from leaders and coaches. Also has list of most popular websites visited.",
"short_name": "Inspirational Leadership Quotes",
"homepage_url": "https:\/\/www.nolanscafe.co.uk",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"topSites"
],
"default_locale": "en",
"background": {
"page": "bg\/background.html",
"persistent": true
},
"chrome_url_overrides": {
"newtab": "override\/override.html"
}
} | |