Motivation (devm33 fork)
Replace new tab page with Motivation
Cos'è Motivation (devm33 fork)?
Motivation (devm33 fork) è un'estensione di Chrome sviluppata da devm33, e la sua funzione principale è "Replace new tab page with Motivation".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Motivation (devm33 fork)
Scarica i file di estensione Motivation (devm33 fork) 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
Displays a counter of your age in years to eight decimal places on the new tab page. Also displays bookmarks along left side of screen navigable by clicking or pressing hot key.
Informazioni di Base sull'Estensione
Nome | Motivation (devm33 fork) |
ID | edaphnidncfdooaldnhdmijjephlbehh |
URL Ufficiale | https://chromewebstore.google.com/detail/motivation-devm33-fork/edaphnidncfdooaldnhdmijjephlbehh |
Descrizione | Replace new tab page with Motivation |
Dimensione del File | 323 KB |
Conteggio Installazioni | 165 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2014-11-16 |
Data di Pubblicazione | 2014-11-16 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | devm33 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/devm33/motivation |
URL della Pagina di Aiuto | https://github.com/devm33/motivation |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "tabs" ], "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 (devm33 fork)", "offline_enabled": true, "version": "0.5" } |