Note Sidebar
Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.
什麼是Note Sidebar?
Note Sidebar是由https://www.stefanvd.net開發的Chrome擴展程式,該擴展的主要功能是“Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc.”。
擴展截圖
下載Note Sidebar擴展crx文件
下載Note Sidebar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Note Sidebar |
ID | emiochiflnnegkecnjndifbobmbepdne |
官方網址 | https://chromewebstore.google.com/detail/note-sidebar/emiochiflnnegkecnjndifbobmbepdne |
簡介 | Simple note sidebar which can be used to write a note, record thoughts, to-do list, meeting notes, etc. |
檔案大小 | 549 KB |
安裝次數 | 2,285 |
目前版本 | 1.0.7 |
更新時間 | 2024-01-18 |
上架時間 | 2023-05-06 |
評分 | 5.00/5 共 8 次評分 |
開發者 | https://www.stefanvd.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.stefanvd.net/project/note-sidebar/browser-extension/ |
說明頁面URL | https://www.stefanvd.net/support/ |
隱私政策頁面URL | https://www.stefanvd.net/privacy |
支援的語言 | 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" ] } |