Chrome Notes
A simple notepad extension for Google Chrome
什麼是Chrome Notes?
Chrome Notes是由https://rgbstudios.org開發的Chrome擴展程式,該擴展的主要功能是“A simple notepad extension for Google Chrome”。
擴展截圖
下載Chrome Notes擴展crx文件
下載Chrome Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NEW: You can now have multiple notes! NEW: You can now customize the font size! A simple notes extension, right in your chrome browser! Easily copy around a few words to and from different chrome windows and other apps. Thank you for over 50,000 users, 100 ratings and 4.5 stars! * Ad-free * Works offline * Very small (less than 0.1mb) * Multiple notes * Download text backup Chrome Notes remembers your notes and mode, even after closing chrome or restarting your computer! Notes are stored in local storage, so nobody else will ever see them, not us, and not Google. Use Chrome Notes as an extra clipboard, or to speak some text out-loud. Features: * Resizable notepad * Shortcut buttons for cut, copy, paste, and select all * Normal keyboard shortcuts work too * Save as a .txt file * Open in new window * Speak selected text out-loud * Chrome Notes remembers its last size for you next time * Store multiple notes, and quickly create, edit, share, or delete * Focus mode for distraction free writing Chrome Notes is the smart, simple notepad built for you :) V.1.3.0 Icons from material.io/icons/ Landing page: rgbstudios.org/projects/chrome-notes RGB Studios rgbstudios.org facebook.com/rgbstudios.org [email protected]
擴展基本資訊
名稱 | Chrome Notes |
ID | lnfempckkegmaeleniojhjplemmebgfi |
官方網址 | https://chromewebstore.google.com/detail/chrome-notes/lnfempckkegmaeleniojhjplemmebgfi |
簡介 | A simple notepad extension for Google Chrome |
檔案大小 | 20.01 KB |
安裝次數 | 87,487 |
目前版本 | 1.3.0 |
更新時間 | 2023-06-09 |
上架時間 | 2020-05-12 |
評分 | 4.52/5 共 133 次評分 |
開發者 | https://rgbstudios.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://rgbstudios.org/projects/chrome-notes |
隱私政策頁面URL | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Notes", "description": "A simple notepad extension for Google Chrome", "version": "1.3.0", "action": { "default_icon": "img\/128_icon.png", "default_popup": "index.html", "default_title": "Click to start typing..." }, "permissions": [ "clipboardWrite", "clipboardRead", "downloads" ], "icons": { "128": "img\/128_icon.png", "48": "img\/48_icon.png", "16": "img\/16_icon.png" } } |