Gratitude Aptitude
Replace new tab with gratitude prompt
What is Gratitude Aptitude?
Gratitude Aptitude is a Chrome extension developed by kolomiytsevs, and its main feature is "Replace new tab with gratitude prompt".
Extension Screenshots
Download Gratitude Aptitude Extension CRX File
Download Gratitude Aptitude extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A new tab dashboard which acts as a gratitude journal
Extension Basic Information
Name | Gratitude Aptitude |
ID | jnjclhcllckpffefgaibgmkaehdibppo |
Official URL | https://chromewebstore.google.com/detail/gratitude-aptitude/jnjclhcllckpffefgaibgmkaehdibppo |
Description | Replace new tab with gratitude prompt |
File Size | 858 KB |
Installation Count | 31 |
Current Version | 1.0.2 |
Last Updated | 2019-07-14 |
Publish Date | 2019-07-13 |
Rating | 5.00/5 Total 4 Ratings |
Developer | kolomiytsevs |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/gratitude-aptitude/ |
Privacy Policy Page URL | https://sites.google.com/view/gratitude-aptitude/privacy-policy?authuser=0 |
Supported Languages | 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" ] } |