Stoikk

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

Wat is Stoikk?

Stoikk is een Chrome-extensie ontwikkeld door washparkwebdevelopment, en de belangrijkste functie is "An extension that provides users with Stoic philosophy quotes on new tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stoikk

Download Stoikk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
Officiële URL https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Beschrijving An extension that provides users with Stoic philosophy quotes on new tabs
Bestandsgrootte 17.79 MB
Aantal Installaties 146
Huidige Versie 0.0.0.14
Laatst Bijgewerkt 2019-02-19
Publicatiedatum 2019-02-18
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar washparkwebdevelopment
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.stoikk.com
Help Pagina-URL http://www.stoikk.com
Ondersteunde Talen 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"
    }
}