Notepad
Simple notebook which helps you to save/manage your notes.
什麼是Notepad?
Notepad是由Bhupendra Singh Bhandari開發的Chrome擴展程式,該擴展的主要功能是“Simple notebook which helps you to save/manage your notes.”。
擴展截圖
下載Notepad擴展crx文件
下載Notepad擴展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.
7. Reorder notes.
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 擴展基本資訊
| 名稱 | |
| ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
| 官方網址 | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
| 簡介 | Simple notebook which helps you to save/manage your notes. |
| 檔案大小 | 701 KB |
| 安裝次數 | 2,166 |
| 目前版本 | 1.0.5 |
| 更新時間 | 2020-07-13 |
| 上架時間 | 2020-06-24 |
| 評分 | 4.38/5 共 13 次評分 |
| 開發者 | Bhupendra Singh Bhandari |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notepad",
"version": "1.0.5",
"description": "Simple notebook which helps you to save\/manage your notes.",
"permissions": [
"bookmarks"
],
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/images\/notepad16.png",
"32": "assets\/images\/notepad32.png",
"48": "assets\/images\/notepad48.png",
"128": "assets\/images\/notepad128.png"
}
},
"icons": {
"16": "assets\/images\/notepad16.png",
"32": "assets\/images\/notepad32.png",
"48": "assets\/images\/notepad48.png",
"128": "assets\/images\/notepad128.png"
},
"manifest_version": 2,
"offline_enabled": true,
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |