Note Sidebar

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

¿Qué es Note Sidebar?

Note Sidebar es una extensión de Chrome desarrollada por https://www.stefanvd.net, y su función principal es "Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Note Sidebar

Descarga archivos de extensión Note Sidebar 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

                        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                    

Información Básica de la Extensión

Nombre Note Sidebar Note Sidebar
ID emiochiflnnegkecnjndifbobmbepdne
URL Oficial https://chromewebstore.google.com/detail/note-sidebar/emiochiflnnegkecnjndifbobmbepdne
Descripción Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.
Tamaño del Archivo 549 KB
Cantidad de Instalaciones 2,285
Versión Actual 1.0.7
Última Actualización 2024-01-18
Fecha de Publicación 2023-05-06
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador https://www.stefanvd.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.stefanvd.net/project/note-sidebar/browser-extension/
URL de la Página de Ayuda https://www.stefanvd.net/support/
URL de la Página de Política de Privacidad https://www.stefanvd.net/privacy
Idiomas Soportados 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"
    ]
}