Hush - private bookmarking
The only secure way to create and access private bookmarks in incognito mode.
Τι είναι το Hush - private bookmarking;
Το Hush - private bookmarking είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hushbookmarks.com, και η κύρια λειτουργία του είναι "The only secure way to create and access private bookmarks in incognito mode.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hush - private bookmarking
Λήψη αρχείων επέκτασης Hush - private bookmarking σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
1.3.0 + We have a new Hush Support portal (http://support.hushbookmarks.com) where you can get help. You can also email [email protected] for support, or go to the About page of the Hush app. 1.2.0 + Bookmarks importing now fixed! + Hush Pro members (thanks <3) can now share bookmarks as links that automatically expire after a set time – confidently prevent would-be snoopers of your chat history from seeing what's been shared. On expiry, all link data is deleted and purged from our server – just like that, they're gone! Hush Pro is here! + Many UI improvements + Access your Hush bookmarks from any device at hushbookmarks.com + Create custom folders for your bookmarks under a single password + Automated, encrypted backups so you never have to fear losing your links, even when you reinstall Chrome -- We've added a new "bookmarks" permission and so you may be asked to re-approve on Chrome. We never track, share, or store any of your data except the bookmarks you explicitly create, and your bookmarks are always stored encrypted. See https://hushbookmarks.com/privacy for our privacy policy, or email us at [email protected] if you have any questions or concerns. -- We've always wanted to be able to save webpages while browsing in incognito mode - but bookmarking would defeat its purpose, and emailing links to ourselves just doesn't cut it. Hush is an extension we've created to solve this problem. It runs only in incognito mode and so doesn't disrupt everyday browsing, but when you really need to bookmark your surprise party plans, et cetera, you can do so easily from the address bar. The next time you're in incognito mode, it's then really easy to bring up pages you've bookmarked in the past. You can also easily make multiple sets of bookmarks by choosing a different password for each set. We've placed a heavy emphasis on security. Your bookmarks are encrypted using the highest standards before they're stored, so any would-be snoopers will never be able to see what you're actually planning. -- Thanks for checking us out! If you have any questions, suggestions, or comments, email us at [email protected]!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hush - private bookmarking |
ID | hjmoaenjknbdehbiaeeijcppnljflkff |
Επίσημο URL | https://chromewebstore.google.com/detail/hush-private-bookmarking/hjmoaenjknbdehbiaeeijcppnljflkff |
Περιγραφή | The only secure way to create and access private bookmarks in incognito mode. |
Μέγεθος Αρχείου | 2.26 MB |
Αριθμός Εγκαταστάσεων | 26,188 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2019-04-24 |
Ημερομηνία Δημοσίευσης | 2019-04-24 |
Αξιολόγηση | 3.30/5 Συνολικά 124 Αξιολογήσεις |
Προγραμματιστής | https://hushbookmarks.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://hushbookmarks.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://hushbookmarks.com/app/#/about |
URL της Σελίδας Πολιτικής Απορρήτου | https://hushbookmarks.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hush - private bookmarking", "version": "1.3.0", "short_name": "Hush", "manifest_version": 2, "description": "The only secure way to create and access private bookmarks in incognito mode.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "common\/vendor\/jquery.min.js", "common\/vendor\/moment.min.js", "common\/vendor\/sjcl.js", "common\/storage.js", "common\/helpers.js", "common\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/hushbookmarks.com\/ https:\/\/js.stripe.com\/ https:\/\/widget.uservoice.com; object-src 'self'", "incognito": "split", "offline_enabled": true, "permissions": [ "storage", "tabs", "contextMenus", "https:\/\/hushbookmarks.com\/" ], "optional_permissions": [ "bookmarks" ], "omnibox": { "keyword": "hush" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Hush", "default_popup": "popup\/default.html" } } |