Daily planner
Build an chrome Extension!
Wat is Daily planner?
Daily planner is een Chrome-extensie ontwikkeld door Rahul Bhatt, en de belangrijkste functie is "Build an chrome Extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Daily planner
Download Daily planner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The best way to plan your day and motivate you to take action!
Organize your day and take action 🚀
Daily 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 Daily 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 Daily Planner and let's take action! Basisinformatie over de Extensie
| Naam | |
| ID | bfgkfjbmnmjjjimejbhjinaedckmknnl |
| Officiële URL | https://chromewebstore.google.com/detail/daily-planner/bfgkfjbmnmjjjimejbhjinaedckmknnl |
| Beschrijving | Build an chrome Extension! |
| Bestandsgrootte | 168 KB |
| Aantal Installaties | 285 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-11-21 |
| Publicatiedatum | 2020-11-21 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Rahul Bhatt |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Daily planner",
"version": "1.0",
"description": "Build an chrome Extension!",
"permissions": [
"storage",
"tabs",
"contextMenus"
],
"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\/progressbar.js",
"packages\/uuidv4.min.js",
"js\/action2.js",
"js\/background.js"
],
"persistant": false
},
"icons": {
"16": "images\/icons16.png",
"32": "images\/icons32.png",
"48": "images\/icons48.png",
"128": "images\/icons128.png"
},
"manifest_version": 2
} | |