Sharpen

Keep your brain awake and stimulated with every new tab

Co to jest Sharpen?

Sharpen to rozszerzenie Chrome opracowane przez Alex Marshall, a jego główną funkcją jest „Keep your brain awake and stimulated with every new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Sharpen

Pobierz pliki rozszerzeń Sharpen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Sharpen Sharpen
ID maaofgkfejifepdaflmjoanohgookcch
Oficjalny URL https://chromewebstore.google.com/detail/sharpen/maaofgkfejifepdaflmjoanohgookcch
Opis Keep your brain awake and stimulated with every new tab
Rozmiar pliku 36.42 KB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-04-12
Data Publikacji 2017-04-12
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Alex Marshall
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}