Stoikk

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

Was ist Stoikk?

Stoikk ist eine Chrome-Erweiterung, die von washparkwebdevelopment entwickelt wurde, und ihr Hauptmerkmal ist "An extension that provides users with Stoic philosophy quotes on new tabs".

Erweiterungsscreenshots

screenshot

Stoikk-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stoikk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
Offizielle URL https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Beschreibung An extension that provides users with Stoic philosophy quotes on new tabs
Dateigröße 17.79 MB
Installationsanzahl 146
Aktuelle Version 0.0.0.14
Letztes Update 2019-02-19
Veröffentlichungsdatum 2019-02-18
Bewertung 4.56/5 Insgesamt 9 Bewertungen
Entwickler washparkwebdevelopment
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.stoikk.com
Hilfeseite URL http://www.stoikk.com
Unterstützte Sprachen 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"
    }
}