Sharpen

Keep your brain awake and stimulated with every new tab

What is Sharpen?

Sharpen is a Chrome extension developed by Alex Marshall, and its main feature is "Keep your brain awake and stimulated with every new tab".

Extension Screenshots

screenshot
screenshot

Download Sharpen Extension CRX File

Download Sharpen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Sharpen Sharpen
ID maaofgkfejifepdaflmjoanohgookcch
Official URL https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch
Description Keep your brain awake and stimulated with every new tab
File Size 36.42 KB
Installation Count 30
Current Version 1.1
Last Updated 2017-04-12
Publish Date 2017-04-12
Rating 4.75/5 Total 4 Ratings
Developer Alex Marshall
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}