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