Stoikk

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

Vad är Stoikk?

Stoikk är en Chrome-tillägg utvecklad av washparkwebdevelopment, och dess huvudfunktion är "An extension that provides users with Stoic philosophy quotes on new tabs".

Tilläggsskärmbilder

screenshot

Ladda ner Stoikk-förlängningens CRX-fil

Ladda ner Stoikk-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
Officiell webbadress https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Beskrivning An extension that provides users with Stoic philosophy quotes on new tabs
Filstorlek 17.79 MB
Antal Installationer 146
Aktuell Version 0.0.0.14
Senast Uppdaterad 2019-02-19
Publiceringsdatum 2019-02-18
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare washparkwebdevelopment
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.stoikk.com
Hjälpsida URL http://www.stoikk.com
Stödda Språk 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"
    }
}