Sharpen

Keep your brain awake and stimulated with every new tab

Qu'est-ce que Sharpen ?

Sharpen est une extension Chrome développée par Alex Marshall, et sa fonction principale est "Keep your brain awake and stimulated with every new tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sharpen

Téléchargez les fichiers d'extension Sharpen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Prevent your brain from going to sleep by challenging it with a simple maths equation every time you open a new tab.                    

Informations de Base sur l'Extension

Nom Sharpen Sharpen
ID maaofgkfejifepdaflmjoanohgookcch
URL Officiel https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch
Description Keep your brain awake and stimulated with every new tab
Taille du Fichier 36.42 KB
Nombre d'Installations 30
Version Actuelle 1.1
Dernière Mise à Jour 2017-04-12
Date de Publication 2017-04-12
Évaluation 4.75/5 Total 4 Évaluations
Développeur Alex Marshall
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}