Sharpen

Keep your brain awake and stimulated with every new tab

什么是Sharpen?

Sharpen是由Alex Marshall开发的Chrome扩展程序,该扩展的主要功能是“Keep your brain awake and stimulated with every new tab”。

扩展截图

screenshot
screenshot

下载Sharpen扩展crx文件

下载Sharpen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Sharpen Sharpen
ID maaofgkfejifepdaflmjoanohgookcch
官方URL https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch
简介 Keep your brain awake and stimulated with every new tab
文件大小 36.42 KB
安装次数 30
当前版本 1.1
更新时间 2017-04-12
上架时间 2017-04-12
评分 4.75/5 共4次评分
开发者 Alex Marshall
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    ]
}