Daily Planner

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

¿Qué es Daily Planner?

Daily Planner es una extensión de Chrome desarrollada por Ank, y su función principal es "Use new tab to plan your day with all your tasks and notes.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Daily Planner

Descarga archivos de extensión Daily Planner 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

                        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]                    

Información Básica de la Extensión

Nombre Daily Planner Daily Planner
ID okkeepjinpaokniblacfcbaaffbfhfie
URL Oficial https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie
Descripción Use new tab to plan your day with all your tasks and notes.
Tamaño del Archivo 13.82 MB
Cantidad de Instalaciones 5,479
Versión Actual 2.0.1
Última Actualización 2021-04-22
Fecha de Publicación 2020-06-01
Calificación 3.44/5 Total de 9 Calificaciones
Desarrollador Ank
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}