Planner Plane
The perfect extension for you to take action!
Was ist Planner Plane?
Planner Plane ist eine Chrome-Erweiterung, die von Luca De Simoni entwickelt wurde, und ihr Hauptmerkmal ist "The perfect extension for you to take action!".
Erweiterungsscreenshots
Planner Plane-Erweiterungs-CRX-Datei herunterladen
Laden Sie Planner Plane-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!🌙
Grundlegende Informationen zur Erweiterung
Name | Planner Plane |
ID | fjijlmnbjmhbnlbamdngbcchdkoejlop |
Offizielle URL | https://chromewebstore.google.com/detail/planner-plane/fjijlmnbjmhbnlbamdngbcchdkoejlop |
Beschreibung | The perfect extension for you to take action! |
Dateigröße | 153 KB |
Installationsanzahl | 91 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-01-16 |
Veröffentlichungsdatum | 2020-11-24 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | Luca De Simoni |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |