My Notes
Simple and fast note-taking.
My Notes क्या है?
My Notes Pavel Bucka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple and fast note-taking."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
– 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
एक्सटेंशन की मूल जानकारी
नाम | 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 } |