Daily Planner
Use new tab to plan your day with all your tasks and notes.
什麼是Daily Planner?
Daily Planner是由Ank開發的Chrome擴展程式,該擴展的主要功能是“Use new tab to plan your day with all your tasks and notes.”。
擴展截圖
下載Daily Planner擴展crx文件
下載Daily Planner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take your notes and track your tasks easily by opening new tab. Editor allows to customize your notes and tasks efficiently as required. Quotes and images will inspire you. Clean and simple UI will help you to keep focus on your work. • Take notes with custom editor • Show/Hide notes container • Edit notes container background • Inspiration photo on every new tab • Inspiration quote on every new tab • Send request for new features In next release: • More customization for notes • New Weather panel • Favorite any Quote • UI optimization CONTACT Email at [email protected]
擴展基本資訊
名稱 | Daily Planner |
ID | okkeepjinpaokniblacfcbaaffbfhfie |
官方網址 | https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie |
簡介 | Use new tab to plan your day with all your tasks and notes. |
檔案大小 | 13.82 MB |
安裝次數 | 5,479 |
目前版本 | 2.0.1 |
更新時間 | 2021-04-22 |
上架時間 | 2020-06-01 |
評分 | 3.44/5 共 9 次評分 |
開發者 | Ank |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Planner", "description": "Use new tab to plan your day with all your tasks and notes.", "version": "2.0.1", "manifest_version": 2, "offline_enabled": true, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Daily Planner" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "tab\/tab.html" }, "permissions": [ "geolocation", "identity", "identity.email" ] } |