Firenote: Notes and Todo Lists in New Tab
Create, edit, and save notes and todo lists every time you open a new tab.
O que é Firenote: Notes and Todo Lists in New Tab?
Firenote: Notes and Todo Lists in New Tab é uma extensão do Chrome desenvolvida por https://sites.google.com/view/firenote, e sua principal característica é "Create, edit, and save notes and todo lists every time you open a new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Firenote: Notes and Todo Lists in New Tab
Baixe arquivos de extensão Firenote: Notes and Todo Lists in New Tab 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
Firenote is your customizable workspace and task manager for notes and lists. Create, edit, and categorize list-style sticky notes every time you open a new tab for maximum productivity. Your notes will stay synced with your Google account so you can reference your note across different browser sessions. With Firenote's simple design and intuitive user interface, you can write to-do lists, keep track of projects, and stay organized in your daily life. ★ App home page: sites.google.com/view/firenote ★ FEATURES: ✔ Create and edit virtual sticky notes that are loaded every time you open a new tab ✔ Notes sync to your Google account via Chrome's Storage API so your data is always accessible ✔ NEW colored folder system to categorize your notes ✔ Intuitive "List" notes to add, remove, and cross out items in a to-do list format ✔ "Memo" notes to write and save short paragraph-style notes ✔ Minimize or dock notes that you don't need to immediately reference ✔ Rearrange your notes on the screen to achieve a workflow that best suits you ✔ Switch between light and dark mode for those late night work grinds ✔ Utilize up to 15 sticky notes completely free ★ IN DEVELOPMENT: Feel free to contact me with your own requests for new features. ★ CONTACT: If any issues should arise, please contact me via [email protected] and I will do my best to respond within 24 hours, and resolve the bug ASAP. If you have installed this app and enjoyed it, PLEASE let me know your feedback through the Reviews on the Chrome Store! Thank you for your support - it means a lot! ★ RELEASE NOTES: 3.0.0 (12/24/2020): • Revamped codebase for modular support for much quicker and efficient bug fixes and feature integration. 2.1.0 (8/24/2020): • Added colored folder system allowing you to sort your notes into up to four different folders. • Fixed bug where memo would not minimize. 2.0.8, 2.0.7 & 2.0.6 (8/11/2020): • The height of a memo note will now match the amount of text inside instead of adding a scroll bar. • Fixed a bug where a memo would occasionally fail to save. You can also add up to 12 notes now instead of 10. 2.0.5, 2.0.4 & 2.0.3 (7/11/2020): • New logo. • Fixed bug where editing one note header would occasionally apply the edit to another note header. • "Priority" button added when you right click an item in your list. This highlights the item in bold and moves it to the top of your list in a separate "Priority" list. 2.0.2 (7/06/2020): • You can now rearrange list items by right clicking the item on the list. • Multi-line list items are now available upon request. However, this means that edits to list items will no longer be saved by pressing the "Enter" key. Instead, manually save edits by clicking the save icon. 2.0.1 (7/05/2020): Widened awkward length of list items. 2.0.0 (6/30/2020): • Added "Memo" notes to allow you to write and save short paragraph-style notes. • Added Undo button to recover your most recent deleted list item. • You can now use Enter key to save an edit to a list item. • Redesigned UI for list input and guide.
Informações Básicas da Extensão
Nome | Firenote: Notes and Todo Lists in New Tab |
ID | fffpcpifbaimmmmclpmfhjgbiokbhnea |
URL Oficial | https://chromewebstore.google.com/detail/firenote-notes-and-todo-l/fffpcpifbaimmmmclpmfhjgbiokbhnea |
Descrição | Create, edit, and save notes and todo lists every time you open a new tab. |
Tamanho do Arquivo | 366 KB |
Contagem de Instalações | 593 |
Versão Atual | 3.0.0 |
Última Atualização | 2020-12-25 |
Data de Publicação | 2020-06-30 |
Classificação | 4.22/5 Total de 9 Avaliações |
Desenvolvedor | https://sites.google.com/view/firenote |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sites.google.com/view/firenote |
URL da Página de Ajuda | https://sites.google.com/view/firenote |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firenote: Notes and Todo Lists in New Tab", "description": "Create, edit, and save notes and todo lists every time you open a new tab.", "version": "3.0.0", "chrome_url_overrides": { "newtab": "firenote.html" }, "browser_action": { "default_icon": "src\/images\/icon128.png" }, "icons": { "16": "src\/images\/icon16.png", "48": "src\/images\/icon48.png", "128": "src\/images\/icon128.png" }, "background": { "persistent": false, "page": "src\/js\/background.js" }, "permissions": [ "storage" ] } |