Stoikk

An extension that provides users with Stoic philosophy quotes on new tabs

Co to jest Stoikk?

Stoikk to rozszerzenie Chrome opracowane przez washparkwebdevelopment, a jego główną funkcją jest „An extension that provides users with Stoic philosophy quotes on new tabs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Stoikk

Pobierz pliki rozszerzeń Stoikk 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

                        Stoikk is a Chrome extension for fans of stoic philosophy, which is often called 'an operating system for life'. 
This extension shows a new stoicism quote on each new tab, complemented by a beautiful wallpaper image. 
For more information about the extension and the benefits of stoicism, visit http://www.stoikk.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
Oficjalny URL https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Opis An extension that provides users with Stoic philosophy quotes on new tabs
Rozmiar pliku 17.79 MB
Liczba instalacji 146
Aktualna Wersja 0.0.0.14
Ostatnia Aktualizacja 2019-02-19
Data Publikacji 2019-02-18
Ocena 4.56/5 Łącznie 9 Oceny
Deweloper washparkwebdevelopment
E-mail hello@washparkwebdevelopment.com
Typ Płatności free
Strona Rozszerzenia http://www.stoikk.com
Adres URL Strony Pomocy http://www.stoikk.com
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stoikk",
    "description": "An extension that provides users with Stoic philosophy quotes on new tabs",
    "version": "0.0.0.14",
    "author": "James Cummings - Wash Park Web",
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}