Sharpen
Keep your brain awake and stimulated with every new tab
Wat is Sharpen?
Sharpen is een Chrome-extensie ontwikkeld door Alex Marshall, en de belangrijkste functie is "Keep your brain awake and stimulated with every new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Sharpen
Download Sharpen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Prevent your brain from going to sleep by challenging it with a simple maths equation every time you open a new tab. Basisinformatie over de Extensie
| Naam | |
| ID | maaofgkfejifepdaflmjoanohgookcch |
| Officiële URL | https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch |
| Beschrijving | Keep your brain awake and stimulated with every new tab |
| Bestandsgrootte | 36.42 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-04-12 |
| Publicatiedatum | 2017-04-12 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Alex Marshall |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |