GoodPlan
Replace a new tab with daily smart notes
什么是GoodPlan?
GoodPlan是由barryjonesph开发的Chrome扩展程序,该扩展的主要功能是“Replace a new tab with daily smart notes”。
扩展截图
下载GoodPlan扩展crx文件
下载GoodPlan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | GoodPlan |
ID | hafghakgjjmcdagnpgdljhifmbkoobbb |
官方URL | https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb |
简介 | Replace a new tab with daily smart notes |
文件大小 | 1.3 MB |
安装次数 | 194 |
当前版本 | 1.6.1 |
更新时间 | 2020-02-10 |
上架时间 | 2020-02-06 |
评分 | 5.00/5 共1次评分 |
开发者 | barryjonesph |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://search.quickmovietab.com/pp.php |
支持的语言 | 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" } |