Firenote: Notes and Todo Lists in New Tab

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

Wat is Firenote: Notes and Todo Lists in New Tab?

Firenote: Notes and Todo Lists in New Tab is een Chrome-extensie ontwikkeld door https://sites.google.com/view/firenote, en de belangrijkste functie is "Create, edit, and save notes and todo lists every time you open a new tab.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Firenote: Notes and Todo Lists in New Tab

Download Firenote: Notes and Todo Lists in New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Firenote: Notes and Todo Lists in New Tab Firenote: Notes and Todo Lists in New Tab
ID fffpcpifbaimmmmclpmfhjgbiokbhnea
Officiële URL https://chromewebstore.google.com/detail/firenote-notes-and-todo-l/fffpcpifbaimmmmclpmfhjgbiokbhnea
Beschrijving Create, edit, and save notes and todo lists every time you open a new tab.
Bestandsgrootte 366 KB
Aantal Installaties 593
Huidige Versie 3.0.0
Laatst Bijgewerkt 2020-12-25
Publicatiedatum 2020-06-30
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar https://sites.google.com/view/firenote
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sites.google.com/view/firenote
Help Pagina-URL https://sites.google.com/view/firenote
Ondersteunde Talen 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"
    ]
}