Five Minute Stoic
It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…
什麼是Five Minute Stoic?
Five Minute Stoic是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…”。
擴展截圖
下載Five Minute Stoic擴展crx文件
下載Five Minute Stoic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click New Tab in Chrome. This action allow you to be more mindful and hopefully pause and reflect on the ancient wisdom of the Stoics. 擴展基本資訊
| 名稱 | |
| ID | dhncbeikleomghlfiafaadjkigahgcke |
| 官方網址 | https://chromewebstore.google.com/detail/five-minute-stoic/dhncbeikleomghlfiafaadjkigahgcke |
| 簡介 | It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click… |
| 檔案大小 | 5.92 KB |
| 安裝次數 | 25 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2016-02-25 |
| 上架時間 | 2016-02-24 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Five Minute Stoic",
"version": "0.0.2",
"chrome_url_overrides": {
"newtab": "FiveMinuteStoic.html"
},
"permissions": [
"tabs"
],
"icons": {
"16": "FiveMinuteStoic16.png",
"48": "FiveMinuteStoic48.png",
"128": "FiveMinuteStoic128.png"
}
} | |