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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |