Sharpen

Keep your brain awake and stimulated with every new tab

Sharpen क्या है?

Sharpen Alex Marshall द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your brain awake and stimulated with every new tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sharpen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}