Firenote: Notes and Todo Lists in New Tab

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

Vad är Firenote: Notes and Todo Lists in New Tab?

Firenote: Notes and Todo Lists in New Tab är en Chrome-tillägg utvecklad av https://sites.google.com/view/firenote, och dess huvudfunktion är "Create, edit, and save notes and todo lists every time you open a new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Firenote: Notes and Todo Lists in New Tab-förlängningens CRX-fil

Ladda ner Firenote: Notes and Todo Lists in New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Firenote: Notes and Todo Lists in New Tab Firenote: Notes and Todo Lists in New Tab
ID fffpcpifbaimmmmclpmfhjgbiokbhnea
Officiell webbadress https://chromewebstore.google.com/detail/firenote-notes-and-todo-l/fffpcpifbaimmmmclpmfhjgbiokbhnea
Beskrivning Create, edit, and save notes and todo lists every time you open a new tab.
Filstorlek 366 KB
Antal Installationer 593
Aktuell Version 3.0.0
Senast Uppdaterad 2020-12-25
Publiceringsdatum 2020-06-30
Betyg 4.22/5 Totalt 9 Betyg
Utvecklare https://sites.google.com/view/firenote
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://sites.google.com/view/firenote
Hjälpsida URL https://sites.google.com/view/firenote
Stödda Språk 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"
    ]
}