Stoikk
An extension that provides users with Stoic philosophy quotes on new tabs
What is Stoikk?
Stoikk is a Chrome extension developed by washparkwebdevelopment, and its main feature is "An extension that provides users with Stoic philosophy quotes on new tabs".
Extension Screenshots
Download Stoikk Extension CRX File
Download Stoikk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Stoikk |
ID | hghegkdflffdalnkoidgppmaalkajfba |
Official URL | https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba |
Description | An extension that provides users with Stoic philosophy quotes on new tabs |
File Size | 17.79 MB |
Installation Count | 146 |
Current Version | 0.0.0.14 |
Last Updated | 2019-02-19 |
Publish Date | 2019-02-18 |
Rating | 4.56/5 Total 9 Ratings |
Developer | washparkwebdevelopment |
[email protected] | |
Payment Type | free |
Extension Website | http://www.stoikk.com |
Help Page URL | http://www.stoikk.com |
Supported Languages | 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" } } |