Sharpen
Keep your brain awake and stimulated with every new tab
Cos'è Sharpen?
Sharpen è un'estensione di Chrome sviluppata da Alex Marshall, e la sua funzione principale è "Keep your brain awake and stimulated with every new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sharpen
Scarica i file di estensione Sharpen 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
Prevent your brain from going to sleep by challenging it with a simple maths equation every time you open a new tab.
Informazioni di Base sull'Estensione
Nome | |
ID | maaofgkfejifepdaflmjoanohgookcch |
URL Ufficiale | https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch |
Descrizione | Keep your brain awake and stimulated with every new tab |
Dimensione del File | 36.42 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-04-12 |
Data di Pubblicazione | 2017-04-12 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Alex Marshall |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sharpen", "description": "Keep your brain awake and stimulated with every new tab", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "logo_128.png" }, "chrome_url_overrides": { "newtab": "sharpen.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "sharpen.js" ], "run_at": "document_end" } ] } |