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