GoodPlan
Replace a new tab with daily smart notes
GoodPlan là gì?
GoodPlan là một tiện ích mở rộng Chrome được phát triển bởi barryjonesph, và tính năng chính của nó là "Replace a new tab with daily smart notes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GoodPlan
Tải xuống các tệp mở rộng GoodPlan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GoodPlan |
ID | hafghakgjjmcdagnpgdljhifmbkoobbb |
URL Chính Thức | https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb |
Mô tả | Replace a new tab with daily smart notes |
Kích Thước Tệp | 1.3 MB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 1.6.1 |
Cập Nhật Lần Cuối | 2020-02-10 |
Ngày Phát Hành | 2020-02-06 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | barryjonesph |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://search.quickmovietab.com/pp.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } |