My Notes
Simple and fast note-taking.
什麼是My Notes?
My Notes是由Pavel Bucka開發的Chrome擴展程式,該擴展的主要功能是“Simple and fast note-taking.”。
擴展截圖
下載My Notes擴展crx文件
下載My Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
– Automatically saved and updated in every open tab
– Context menu to save selected text to note or My Notes in second computer
– Back up notes to Google Drive
– Sync notes between My Notes and Google Drive, edit them from other devices or My Notes
– Auto Sync notes to Google Drive
– Drag and Drop image with automatic image upload to Google Drive
– Toolbar (Bold, Italic, Underline, etc.)
– Themes (Light, Dark, Custom)
– Keyboard shortcuts
– Command palette
– Works offline
More at:
https://github.com/penge/my-notes 擴展基本資訊
| 名稱 | |
| ID | lkeeogfaiembcblonahillacpaabmiop |
| 官方網址 | https://chromewebstore.google.com/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop |
| 簡介 | Simple and fast note-taking. |
| 檔案大小 | 69.75 KB |
| 安裝次數 | 15,154 |
| 目前版本 | 3.28 |
| 更新時間 | 2023-12-22 |
| 上架時間 | 2020-06-27 |
| 評分 | 4.68/5 共 82 次評分 |
| 開發者 | Pavel Bucka |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/penge/my-notes |
| 隱私政策頁面URL | https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "My Notes",
"description": "Simple and fast note-taking.",
"version": "3.28",
"homepage_url": "https:\/\/github.com\/penge\/my-notes",
"icons": {
"128": "images\/icon128.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"unlimitedStorage",
"contextMenus",
"notifications"
],
"optional_permissions": [
"identity"
],
"host_permissions": [
"https:\/\/drive.google.com\/"
],
"oauth2": {
"client_id": "813847979218-unbbh8m0el8vjdi74rnqdarm1mhv3985.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"background": {
"service_worker": "background.mjs",
"type": "module"
},
"action": {
"default_icon": "images\/icon128.png"
},
"commands": {
"open-my-notes": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"windows": "Ctrl+Shift+M",
"mac": "Ctrl+Shift+M"
},
"description": "Open My Notes"
}
},
"minimum_chrome_version": "92",
"offline_enabled": true
} | |