Safenotes
Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.
Safenotes क्या है?
Safenotes Safenotes.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Safenotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Secure app for taking notes with folder structure and search. All notes are encrypted with password of your choice. App is available as chrome extension, website and android app. To install the application on your android device - open "Chrome" browser in your device, go to `https://www.safenotes.io` and in settings page click "Add to Homescreen". Upon opening the app, setting of private key is required (some text password, at least 15 characters) - please make sure you have a copy of that password. It is stored only in your browser, and if you loose it it'll be impossible to recover the key, and to decrypt your notes. To focus on "New Note" field, tap '/' key. To switch to "Search" mode tap `/` three times. (If "New Note" field is focused, two times is enough).
एक्सटेंशन की मूल जानकारी
नाम | Safenotes |
ID | jdknfpojngplkfooekgncbaiabicakpc |
आधिकारिक URL | https://chromewebstore.google.com/detail/safenotes/jdknfpojngplkfooekgncbaiabicakpc |
विवरण | Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice. |
फ़ाइल का आकार | 2.44 MB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2020-12-16 |
प्रकाशन तिथि | 2020-07-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Safenotes.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.safenotes.io |
गोपनीयता नीति पृष्ठ URL | https://www.privacypolicytemplate.net/live.php?token=RwMuDANIwS0blCo9HI2Y57r3Mhzcaqze |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "title": "__MSG_extName__", "description": "Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.", "default_locale": "en", "permissions": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } }, "version": "0.1.3", "content_security_policy": "script-src 'self' ; object-src 'self'" } |