Planner Plane
The perfect extension for you to take action!
什麼是Planner Plane?
Planner Plane是由Luca De Simoni開發的Chrome擴展程式,該擴展的主要功能是“The perfect extension for you to take action!”。
擴展截圖
下載Planner Plane擴展crx文件
下載Planner Plane擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Organize your day and take action. Planner Plane was built for your daily actions and their progressions🔥 It was built for you to feel rewarded as you go about checking off your tasks 🔥 It was built for you to make your days better 🔥 Use Planner Plane for Chrome to: 🛩️Organize all your days 🛩️Add websites as action items so than you can view later on 🛩️Always have your actions at hand using your google account 🛩️Easily complete tasks 🛩️View your daily action progress using the percentage bar too Enjoy Planner Plane and let's take action and don't forget to try dark mode!🌙
擴展基本資訊
名稱 | Planner Plane |
ID | fjijlmnbjmhbnlbamdngbcchdkoejlop |
官方網址 | https://chromewebstore.google.com/detail/planner-plane/fjijlmnbjmhbnlbamdngbcchdkoejlop |
簡介 | The perfect extension for you to take action! |
檔案大小 | 153 KB |
安裝次數 | 91 |
目前版本 | 1.2 |
更新時間 | 2021-01-16 |
上架時間 | 2020-11-24 |
評分 | 5.00/5 共 9 次評分 |
開發者 | Luca De Simoni |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planner Plane", "version": "1.2", "description": "The perfect extension for you to take action!", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" } }, "background": { "scripts": [ "packages\/uuidv4.min.js", "js\/action-items-utils.js", "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/icons16.png", "32": "images\/icons32.png", "48": "images\/icons48.png", "128": "images\/icons128.png" }, "permissions": [ "storage", "tabs", "contextMenus" ], "manifest_version": 2 } |