Five Minute Stoic

It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…

Co to jest Five Minute Stoic?

Five Minute Stoic to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Five Minute Stoic

Pobierz pliki rozszerzeń Five Minute Stoic 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

                        It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click New Tab in Chrome.  This action allow you to be more mindful and hopefully pause and reflect on the ancient wisdom of the Stoics.                    

Podstawowe informacje o rozszerzeniu

Nazwa Five Minute Stoic Five Minute Stoic
ID dhncbeikleomghlfiafaadjkigahgcke
Oficjalny URL https://chromewebstore.google.com/detail/five-minute-stoic/dhncbeikleomghlfiafaadjkigahgcke
Opis It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…
Rozmiar pliku 5.92 KB
Liczba instalacji 25
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2016-02-25
Data Publikacji 2016-02-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Five Minute Stoic",
    "version": "0.0.2",
    "chrome_url_overrides": {
        "newtab": "FiveMinuteStoic.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "FiveMinuteStoic16.png",
        "48": "FiveMinuteStoic48.png",
        "128": "FiveMinuteStoic128.png"
    }
}