MyNotepad
Simple chrome notebook which helps you to save your notes.
什麼是MyNotepad?
MyNotepad是由Bhupendra Singh Bhandari開發的Chrome擴展程式,該擴展的主要功能是“Simple chrome notebook which helps you to save your notes.”。
擴展截圖
下載MyNotepad擴展crx文件
下載MyNotepad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features : 1.Lightning fast experience. 2. No login required. 3. Formatting options. 4. Recycle Bin. 5. Manage notes in categories 6. Automatically sync with chrome. Future roadmap: 1. Search capabilities. 2. Copy to clipboard. 3. Print notes. 4. Themes (dark/light mode). 5. Download notes. 6. Support for multiple language Developer: Bhupendra ([email protected])
擴展基本資訊
名稱 | ![]() |
ID | hmlppbhffiglamdeadolljnccgeldgjp |
官方網址 | https://chrome.google.com/webstore/detail/mynotepad/hmlppbhffiglamdeadolljnccgeldgjp |
簡介 | Simple chrome notebook which helps you to save your notes. |
檔案大小 | 539 KB |
安裝次數 | 34 |
目前版本 | 1.0.1 |
更新時間 | 2020-06-22 |
上架時間 | 2020-06-22 |
開發者 | Bhupendra Singh Bhandari |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyNotepad", "version": "1.0.1", "description": "Simple chrome notebook which helps you to save your notes.", "permissions": [ "bookmarks", "storage" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" } }, "icons": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" }, "manifest_version": 2, "offline_enabled": true } |