Gratitude Aptitude
Replace new tab with gratitude prompt
什么是Gratitude Aptitude?
Gratitude Aptitude是由kolomiytsevs开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab with gratitude prompt”。
扩展截图
下载Gratitude Aptitude扩展crx文件
下载Gratitude Aptitude扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A new tab dashboard which acts as a gratitude journal 扩展基本信息
| 名称 | |
| ID | jnjclhcllckpffefgaibgmkaehdibppo |
| 官方URL | https://chromewebstore.google.com/detail/gratitude-aptitude/jnjclhcllckpffefgaibgmkaehdibppo |
| 简介 | Replace new tab with gratitude prompt |
| 文件大小 | 858 KB |
| 安装次数 | 31 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2019-07-14 |
| 上架时间 | 2019-07-13 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | kolomiytsevs |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sites.google.com/view/gratitude-aptitude/ |
| 隐私政策页面URL | https://sites.google.com/view/gratitude-aptitude/privacy-policy?authuser=0 |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gratitude Aptitude",
"author": "Sasha Kolomiytsev",
"version": "1.0.2",
"description": "Replace new tab with gratitude prompt",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png",
"512": "icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
]
} | |