Stoikk

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

O que é Stoikk?

Stoikk é uma extensão do Chrome desenvolvida por washparkwebdevelopment, e sua principal característica é "An extension that provides users with Stoic philosophy quotes on new tabs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stoikk

Baixe arquivos de extensão Stoikk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
URL Oficial https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Descrição An extension that provides users with Stoic philosophy quotes on new tabs
Tamanho do Arquivo 17.79 MB
Contagem de Instalações 146
Versão Atual 0.0.0.14
Última Atualização 2019-02-19
Data de Publicação 2019-02-18
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor washparkwebdevelopment
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.stoikk.com
URL da Página de Ajuda http://www.stoikk.com
Idiomas Suportados 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"
    }
}