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開發的Chrome擴展程式,該擴展的主要功能是“Extension for taking notes and storing them safely in the cloud. Notes will be encrypted with the password of your choice.”。
擴展截圖
下載Safenotes擴展crx文件
下載Safenotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |