Daily Planner

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

Vad är Daily Planner?

Daily Planner är en Chrome-tillägg utvecklad av Ank, och dess huvudfunktion är "Use new tab to plan your day with all your tasks and notes.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Daily Planner-förlängningens CRX-fil

Ladda ner Daily Planner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Daily Planner Daily Planner
ID okkeepjinpaokniblacfcbaaffbfhfie
Officiell webbadress https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie
Beskrivning Use new tab to plan your day with all your tasks and notes.
Filstorlek 13.82 MB
Antal Installationer 5,479
Aktuell Version 2.0.1
Senast Uppdaterad 2021-04-22
Publiceringsdatum 2020-06-01
Betyg 3.44/5 Totalt 9 Betyg
Utvecklare Ank
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}