Stoikk

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

Cos'è Stoikk?

Stoikk è un'estensione di Chrome sviluppata da washparkwebdevelopment, e la sua funzione principale è "An extension that provides users with Stoic philosophy quotes on new tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stoikk

Scarica i file di estensione Stoikk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
URL Ufficiale https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Descrizione An extension that provides users with Stoic philosophy quotes on new tabs
Dimensione del File 17.79 MB
Conteggio Installazioni 146
Versione Corrente 0.0.0.14
Ultimo Aggiornamento 2019-02-19
Data di Pubblicazione 2019-02-18
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore washparkwebdevelopment
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.stoikk.com
URL della Pagina di Aiuto http://www.stoikk.com
Lingue Supportate 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"
    }
}