Stoikk
An extension that provides users with Stoic philosophy quotes on new tabs
Qu'est-ce que Stoikk ?
Stoikk est une extension Chrome développée par washparkwebdevelopment, et sa fonction principale est "An extension that provides users with Stoic philosophy quotes on new tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stoikk
Téléchargez les fichiers d'extension Stoikk au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Stoikk |
ID | hghegkdflffdalnkoidgppmaalkajfba |
URL Officiel | https://chromewebstore.google.com/detail/stoikk/hghegkdflffdalnkoidgppmaalkajfba |
Description | An extension that provides users with Stoic philosophy quotes on new tabs |
Taille du Fichier | 17.79 MB |
Nombre d'Installations | 146 |
Version Actuelle | 0.0.0.14 |
Dernière Mise à Jour | 2019-02-19 |
Date de Publication | 2019-02-18 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | washparkwebdevelopment |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.stoikk.com |
URL de la Page d'Aide | http://www.stoikk.com |
Langues Prises en Charge | 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" } } |