Planner Plane
The perfect extension for you to take action!
¿Qué es Planner Plane?
Planner Plane es una extensión de Chrome desarrollada por Luca De Simoni, y su función principal es "The perfect extension for you to take action!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Planner Plane
Descarga archivos de extensión Planner Plane en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!🌙
Información Básica de la Extensión
Nombre | Planner Plane |
ID | fjijlmnbjmhbnlbamdngbcchdkoejlop |
URL Oficial | https://chromewebstore.google.com/detail/planner-plane/fjijlmnbjmhbnlbamdngbcchdkoejlop |
Descripción | The perfect extension for you to take action! |
Tamaño del Archivo | 153 KB |
Cantidad de Instalaciones | 91 |
Versión Actual | 1.2 |
Última Actualización | 2021-01-16 |
Fecha de Publicación | 2020-11-24 |
Calificación | 5.00/5 Total de 9 Calificaciones |
Desarrollador | Luca De Simoni |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |