Firenote: Notes and Todo Lists in New Tab

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

什麼是Firenote: Notes and Todo Lists in New Tab?

Firenote: Notes and Todo Lists in New Tab是由https://sites.google.com/view/firenote開發的Chrome擴展程式,該擴展的主要功能是“Create, edit, and save notes and todo lists every time you open a new tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Firenote: Notes and Todo Lists in New Tab擴展crx文件

下載Firenote: Notes and Todo Lists in New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Firenote: Notes and Todo Lists in New Tab Firenote: Notes and Todo Lists in New Tab
ID fffpcpifbaimmmmclpmfhjgbiokbhnea
官方網址 https://chromewebstore.google.com/detail/firenote-notes-and-todo-l/fffpcpifbaimmmmclpmfhjgbiokbhnea
簡介 Create, edit, and save notes and todo lists every time you open a new tab.
檔案大小 366 KB
安裝次數 593
目前版本 3.0.0
更新時間 2020-12-25
上架時間 2020-06-30
評分 4.22/5 共 9 次評分
開發者 https://sites.google.com/view/firenote
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sites.google.com/view/firenote
說明頁面URL https://sites.google.com/view/firenote
支援的語言 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"
    ]
}