GoodPlan
Replace a new tab with daily smart notes
What is GoodPlan?
GoodPlan is a Chrome extension developed by barryjonesph, and its main feature is "Replace a new tab with daily smart notes".
Extension Screenshots
Download GoodPlan Extension CRX File
Download GoodPlan 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
GoodPlan is your digital smart notebook with a nice design and daily pages. With GoodPlan your thoughts, notes, and todo are just one tab away. You can also track your daily progress and go back and forth between pages.
Extension Basic Information
Name | GoodPlan |
ID | hafghakgjjmcdagnpgdljhifmbkoobbb |
Official URL | https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb |
Description | Replace a new tab with daily smart notes |
File Size | 1.3 MB |
Installation Count | 194 |
Current Version | 1.6.1 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | barryjonesph |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://search.quickmovietab.com/pp.php |
Supported Languages | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "favicon\/preview-128x128.png", "default_title": "GoodPlan", "icons": { "128": "favicon\/preview-128x128.png", "16": "favicon\/favicon-16x16.png", "32": "favicon\/favicon-32x32.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com ; object-src 'self'", "description": "Replace a new tab with daily smart notes", "homepage_url": "https:\/\/goodplan.app\/", "icons": { "128": "favicon\/preview-128x128.png", "16": "favicon\/favicon-16x16.png", "48": "favicon\/preview-48x48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "GoodPlan", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "Smart notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.1" } |