Stoikk

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

Apa itu Stoikk?

Stoikk adalah ekstensi Chrome yang dikembangkan oleh washparkwebdevelopment, dan fitur utamanya adalah "An extension that provides users with Stoic philosophy quotes on new tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stoikk

Unduh file ekstensi Stoikk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
URL Resmi https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
Deskripsi An extension that provides users with Stoic philosophy quotes on new tabs
Ukuran File 17.79 MB
Jumlah Instalasi 146
Versi Saat Ini 0.0.0.14
Terakhir Diperbarui 2019-02-19
Tanggal Publikasi 2019-02-18
Penilaian 4.56/5 Total 9 Penilaian
Pengembang washparkwebdevelopment
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.stoikk.com
URL Halaman Bantuan http://www.stoikk.com
Bahasa yang Didukung 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"
    }
}