Daily Planner
Use new tab to plan your day with all your tasks and notes.
Hvad er Daily Planner?
Daily Planner er en Chrome-udvidelse udviklet af Ank, og dens hovedfunktion er "Use new tab to plan your day with all your tasks and notes.".
Udvidelsesskærmbilleder
Download Daily Planner-udvidelses-CRX-fil
Download Daily Planner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Daily Planner |
ID | okkeepjinpaokniblacfcbaaffbfhfie |
Officiel URL | https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie |
Beskrivelse | Use new tab to plan your day with all your tasks and notes. |
Filstørrelse | 13.82 MB |
Antal Installationer | 5,479 |
Nuværende Version | 2.0.1 |
Senest Opdateret | 2021-04-22 |
Udgivelsesdato | 2020-06-01 |
Bedømmelse | 3.44/5 Samlet 9 Bedømmelser |
Udvikler | Ank |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |