Encrypto-Blog Writer
Encryption extension for Google Chrome.
Τι είναι το Encrypto-Blog Writer;
Το Encrypto-Blog Writer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jamhead, και η κύρια λειτουργία του είναι "Encryption extension for Google Chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Encrypto-Blog Writer
Λήψη αρχείων επέκτασης Encrypto-Blog Writer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
For use in conjunction with: https://chrome.google.com/webstore/detail/encrypto-blog-reader/codjdpidpokicflnohcfdjfcanliipoe - Encrypt easily text to share with with people you deem trustworthy! - No signing up required! - Simple, quick and easy to use! This extension allows you to easily share secretive information with a selected group of users. I created it initially so I could keep my blog open to the public but share some secretive information with only my closest friends! I then realized that it's so useful that I'd be selfish to keep it to myself! It also would be useful for an added layer of security to emails/tweets/facebook posts and much more! Owners of this app simply choose a password and encrypt messages through the app (you can change your password easily so there's no problem if you want to have multiple groups). People wishing to view the encrypted messages simply use the Encrypto-Blog Reader Extension (available on the chrome store). You use your password to give any recipients their own password and from then on they can read any of your messages (and they can't pretend to be you either!) A pro-version of this application can be made available if demanded (just ask) which can automatically decrypt messages on your specified site for your trusted users. I will also provide you with a .crx version of the extension which you may host yourself. Additional Info: This extension makes use of a secure, open source BSD licensed encryption library, Stanford Javascript Crypto Library (SJCL) from Stanford university. All credit for the encryption of data goes to these Stanford Academics. My extension simply makes use of their work in a useful way. The SJCL crpto library has been worked upon by worldwide famous cryptographer Dan Boneh amongst other seriously clever people. Disclaimer: By downloading this extension you acknowledge that the author of this extension will not be held responsible in the event that this extension fails to adequately encrypt your data, or if the extension should break and your password be lost, or any adverse effects arise from using this extension. In short, I hold no responsibility towards you whatsoever and you acknowledge this. Thanks
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | abdogbkdaofidplnchileepabhimdnod |
Επίσημο URL | https://chrome.google.com/webstore/detail/encrypto-blog-writer/abdogbkdaofidplnchileepabhimdnod |
Περιγραφή | Encryption extension for Google Chrome. |
Μέγεθος Αρχείου | 234 KB |
Αριθμός Εγκαταστάσεων | 57 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2013-07-07 |
Ημερομηνία Δημοσίευσης | 2013-07-07 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Jamhead |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encrypto-Blog Writer", "description": "Encryption extension for Google Chrome.", "version": "1.4", "manifest_version": 2, "browser_action": { "default_icon": "lock.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "notifications" ] } |