Daily Planner

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

Cos'è Daily Planner?

Daily Planner è un'estensione di Chrome sviluppata da Ank, e la sua funzione principale è "Use new tab to plan your day with all your tasks and notes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Daily Planner

Scarica i file di estensione Daily Planner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Daily Planner Daily Planner
ID okkeepjinpaokniblacfcbaaffbfhfie
URL Ufficiale https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie
Descrizione Use new tab to plan your day with all your tasks and notes.
Dimensione del File 13.82 MB
Conteggio Installazioni 5,479
Versione Corrente 2.0.1
Ultimo Aggiornamento 2021-04-22
Data di Pubblicazione 2020-06-01
Valutazione 3.44/5 Totale 9 Valutazioni
Sviluppatore Ank
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}