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
官方網址 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"
        }
    ]
}