My Notes
Simple and fast note-taking.
Τι είναι το My Notes;
Το My Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pavel Bucka, και η κύρια λειτουργία του είναι "Simple and fast note-taking.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης My Notes
Λήψη αρχείων επέκτασης 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 |
| Επίσημο URL | 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
} | |