Firenote: Notes and Todo Lists in New Tab

Create, edit, and save notes and todo lists every time you open a new tab.

¿Qué es Firenote: Notes and Todo Lists in New Tab?

Firenote: Notes and Todo Lists in New Tab es una extensión de Chrome desarrollada por https://sites.google.com/view/firenote, y su función principal es "Create, edit, and save notes and todo lists every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Firenote: Notes and Todo Lists in New Tab

Descarga archivos de extensión Firenote: Notes and Todo Lists in New Tab 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

                        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.                    

Información Básica de la Extensión

Nombre Firenote: Notes and Todo Lists in New Tab Firenote: Notes and Todo Lists in New Tab
ID fffpcpifbaimmmmclpmfhjgbiokbhnea
URL Oficial https://chromewebstore.google.com/detail/firenote-notes-and-todo-l/fffpcpifbaimmmmclpmfhjgbiokbhnea
Descripción Create, edit, and save notes and todo lists every time you open a new tab.
Tamaño del Archivo 366 KB
Cantidad de Instalaciones 593
Versión Actual 3.0.0
Última Actualización 2020-12-25
Fecha de Publicación 2020-06-30
Calificación 4.22/5 Total de 9 Calificaciones
Desarrollador https://sites.google.com/view/firenote
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://sites.google.com/view/firenote
URL de la Página de Ayuda https://sites.google.com/view/firenote
Idiomas Soportados 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"
    ]
}