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
官方URL 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"
    }
}