Note Sidebar

Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.

Hvad er Note Sidebar?

Note Sidebar er en Chrome-udvidelse udviklet af https://www.stefanvd.net, og dens hovedfunktion er "Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Note Sidebar-udvidelses-CRX-fil

Download Note Sidebar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Note Sidebar is a lightweight and useful add-in designed for taking notes from the sidebar of your web browser. With this browser extension, you can customize the note paper according to your preferences, whether it is your favorite background color, squared graph paper, or lined paper. It serves as a secure notepad extension for writing notes in a minimalist design. Everything you type is automatically saved securely in your web browser. The Note Sidebar can be used for various purposes, such as creating a to-do list for tasks you plan to work on later in the day, jotting down any thoughts, taking notes on YouTube videos in the simplest way possible, or even recording meeting notes.

It is ideal for students, teachers, managers, IT experts, influencers, engineers, and business owners. Additionally, it is suitable for medical professionals who need to write therapy notes, urgent care doctor notes, and physical reports. You can retrieve your personal notes on all your synced web browsers and edit them at a later time without interrupting your work. What are you waiting for? Your thoughts deserve the best. Install the extension and start taking notes.

Browser extension features:
◆ Automatically Saving:
Instantly type your note and automatically save it on your local and synced settings.
◆ Infinity Text:
Write as much as you want without worrying about character limits, just like your personal journal.
◆ Font Style:
Customize the font color, font size, line height, and background paper.
◆ Text Format:
Choose between Plain Text or Rich Text format, supporting Bold, Italic, Underline, Hyperlink, and custom text background.
◆ Text To Speech:
Convert your text to speech and select your preferred voice for a personalized experience.
◆ Copy to Clipboard:
Easily copy text the complete text area in your clipboard with a single click button.
◆ Print:
Print your current note directly from the sidebar.
◆ Character Counter:
Keep track of the number of characters in your typed text.
◆ Context Menu Note Addition:
Quickly add notes using the right-click menu to copy text into your note sidebar.
◆ Toolbar Customization:
Hide buttons in the bottom toolbar to streamline your workspace.
◆ Note Locking:
Secure your note with your personal password
◆ Export Options:
Export your notebook text to a TXT file, perfect for importing into Google Docs, Microsoft Word, or Apple Pages.
◆ Shortcut:
Customizable shortcut key to open the Note Sidebar.
◆ Custom Toolbar Icon:
Select your preferred toolbar icon in either light or dark mode, adapting to your visual preferences.
◆ Accessibility:
Accessibility Ready with labels for the interactive elements.
◆ Support Dark Mode, which makes it comfortable for your eyes.

Project Information:
https://www.stefanvd.net/project/note-sidebar/browser-extension/

Required Permissions:
◆ "contextMenus": This is to add the "Copy text to sidebar" menu item in the web browser context menu.
◆ "sidepanel": Allow the note to be visible in the side panel.
◆ "storage": Save settings locally and sync with your web browser account.

<<< Option feature >>>
Unlock an option feature to protect your eyes at night and focus on the video player, such as YouTube™, by installing Turn Off the Lights browser extension for YouTube and Beyond.
https://chromewebstore.google.com/detail/turn-off-the-lights/bfbmjmiodbnnpllbbbfblcplfjjepjdn                    

Grundlæggende oplysninger om udvidelsen

Navn Note Sidebar Note Sidebar
ID emiochiflnnegkecnjndifbobmbepdne
Officiel URL https://chromewebstore.google.com/detail/note-sidebar/emiochiflnnegkecnjndifbobmbepdne
Beskrivelse Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.
Filstørrelse 549 KB
Antal Installationer 2,285
Nuværende Version 1.0.7
Senest Opdateret 2024-01-18
Udgivelsesdato 2023-05-06
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://www.stefanvd.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.stefanvd.net/project/note-sidebar/browser-extension/
Hjælpeside-URL https://www.stefanvd.net/support/
URL til Fortrolighedspolitik Side https://www.stefanvd.net/privacy
Understøttede Sprog id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.7",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "side_panel": {
        "default_path": "panel.html"
    },
    "action": {
        "default_title": "__MSG_name__"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+T",
                "mac": "MacCtrl+Shift+T"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "offline_enabled": true,
    "minimum_chrome_version": "114",
    "permissions": [
        "contextMenus",
        "storage",
        "sidePanel"
    ]
}