Stoikk

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

什麼是Stoikk?

Stoikk是由washparkwebdevelopment開發的Chrome擴展程式,該擴展的主要功能是“An extension that provides users with Stoic philosophy quotes on new tabs”。

擴展截圖

screenshot

下載Stoikk擴展crx文件

下載Stoikk擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Stoikk Stoikk
ID hghegkdflffdalnkoidgppmaalkajfba
官方網址 https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba
簡介 An extension that provides users with Stoic philosophy quotes on new tabs
檔案大小 17.79 MB
安裝次數 146
目前版本 0.0.0.14
更新時間 2019-02-19
上架時間 2019-02-18
評分 4.56/5 共 9 次評分
開發者 washparkwebdevelopment
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.stoikk.com
說明頁面URL http://www.stoikk.com
支援的語言 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"
    }
}