Notepad for Chrome
A very simple and syncable notepad 📑 for Chrome.
什麼是Notepad for Chrome?
Notepad for Chrome是由air開發的Chrome擴展程式,該擴展的主要功能是“A very simple and syncable notepad 📑 for Chrome.”。
擴展截圖
下載Notepad for Chrome擴展crx文件
下載Notepad for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. Pin the extension and add a note 📝 whenever you need. 3. Sync all your notes 📑 across all your devices, for that you will have to enable bookmark syncing. 4. All the notes you will create in this extension will be found in “Other Bookmarks.”🔖 ✨ Features ✨ 1. Saves notes 📑 across on Google Chrome and will be accessible on all your devices. 2. Can sync notes by default (and caret position, and scroll offsets.) 3. Customizable font and notepad size. Notepad for Chrome 📑 is a notepad extension that can sync notes to all your Chrome installations!
擴展基本資訊
名稱 | Notepad for Chrome |
ID | iehdbedeamjlmpmfgkemgciejcbdggln |
官方網址 | https://chromewebstore.google.com/detail/notepad-for-chrome/iehdbedeamjlmpmfgkemgciejcbdggln |
簡介 | A very simple and syncable notepad 📑 for Chrome. |
檔案大小 | 43.57 KB |
安裝次數 | 99 |
目前版本 | 1.0.0 |
更新時間 | 2023-03-31 |
上架時間 | 2023-03-31 |
評分 | 5.00/5 共 2 次評分 |
開發者 | air |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notepad for Chrome", "description": "A very simple and syncable notepad \ud83d\udcd1 for Chrome.", "version": "1.0.0", "permissions": [ "clipboardWrite", "clipboardRead", "downloads" ], "icons": { "128": "img\/128_icon.png", "48": "img\/48_icon.png", "16": "img\/16_icon.png" }, "action": { "default_icon": "img\/128_icon.png", "default_popup": "index.html", "default_title": "Click to start typing..." } } |