Daily Planner
Use new tab to plan your day with all your tasks and notes.
O que é Daily Planner?
Daily Planner é uma extensão do Chrome desenvolvida por Ank, e sua principal característica é "Use new tab to plan your day with all your tasks and notes.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Daily Planner
Baixe arquivos de extensão Daily Planner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | Daily Planner |
ID | okkeepjinpaokniblacfcbaaffbfhfie |
URL Oficial | https://chromewebstore.google.com/detail/daily-planner/okkeepjinpaokniblacfcbaaffbfhfie |
Descrição | Use new tab to plan your day with all your tasks and notes. |
Tamanho do Arquivo | 13.82 MB |
Contagem de Instalações | 5,479 |
Versão Atual | 2.0.1 |
Última Atualização | 2021-04-22 |
Data de Publicação | 2020-06-01 |
Classificação | 3.44/5 Total de 9 Avaliações |
Desenvolvedor | Ank |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |