Daily Planner

Use new tab to plan your day with all your tasks and notes.

Wat is Daily Planner?

Daily Planner is een Chrome-extensie ontwikkeld door Ank, en de belangrijkste functie is "Use new tab to plan your day with all your tasks and notes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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

                        Take your notes and track your tasks easily by opening new tab. 

Editor allows to customize your notes and tasks efficiently as required. Quotes and images will inspire you. Clean and simple UI will help you to keep focus on your work.

• Take notes with custom editor
• Show/Hide notes container
• Edit notes container background
• Inspiration photo on every new tab
• Inspiration quote on every new tab
• Send request for new features

In next release:
• More customization for notes
• New Weather panel
• Favorite any Quote
• UI optimization

CONTACT
Email at [email protected]                    

Basisinformatie over de Extensie

Naam Daily Planner Daily Planner
ID okkeepjinpaokniblacfcbaaffbfhfie
Officiële URL https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie
Beschrijving Use new tab to plan your day with all your tasks and notes.
Bestandsgrootte 13.82 MB
Aantal Installaties 5,479
Huidige Versie 2.0.1
Laatst Bijgewerkt 2021-04-22
Publicatiedatum 2020-06-01
Beoordeling 3.44/5 Totaal 9 Beoordelingen
Ontwikkelaar Ank
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Planner",
    "description": "Use new tab to plan your day with all your tasks and notes.",
    "version": "2.0.1",
    "manifest_version": 2,
    "offline_enabled": true,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Daily Planner"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "tab\/tab.html"
    },
    "permissions": [
        "geolocation",
        "identity",
        "identity.email"
    ]
}