Schedule Planner
The best way to give value to your time!
什麼是Schedule Planner?
Schedule Planner是由ranjitrajan44開發的Chrome擴展程式,該擴展的主要功能是“The best way to give value to your time!”。
擴展截圖
下載Schedule Planner擴展crx文件
下載Schedule Planner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organize your day and take action 🚀
Schedule Planner was built for you to very easily add your daily action items 🔥
It was built for you to feel rewarded as you go about checking off your tasks 🔥
It was built for you to feel accomplished 🔥
Use Schedule Planner for Chrome to:
- Organize your day
- Add websites as action items to visit later
- Easily complete tasks
- View your action progress on the day
Enjoy Schedule Planner and let's take action! 擴展基本資訊
| 名稱 | |
| ID | boejbcpecmcnnopibddpiacgodmfcgpl |
| 官方網址 | https://chromewebstore.google.com/detail/schedule-planner/boejbcpecmcnnopibddpiacgodmfcgpl |
| 簡介 | The best way to give value to your time! |
| 檔案大小 | 168 KB |
| 安裝次數 | 85 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-09-04 |
| 上架時間 | 2021-09-03 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | ranjitrajan44 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Schedule Planner",
"version": "1.0",
"description": "The best way to give value to your time!",
"permissions": [
"storage",
"contextMenus",
"tabs"
],
"background": {
"scripts": [
"js\/action-items-utils.js",
"packages\/uuidv4.min.js",
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icons16.png",
"32": "images\/icons32.png",
"48": "images\/icons48.png",
"128": "images\/icons128.png"
}
},
"icons": {
"16": "images\/icons16.png",
"32": "images\/icons32.png",
"48": "images\/icons48.png",
"128": "images\/icons128.png"
},
"manifest_version": 2
} | |