Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-02-21 23:21:53 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-21 23:21:53 +0300
commit5d95125bfa95e7b6b6cb4b7f2683158cd65efcb3 (patch)
tree70a09a801b50525912747615f320844ac33b1035 /Readme.md
parent25df9dab6a145e4c51452d564b0fa7d39de13762 (diff)
Updated readme
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md33
1 files changed, 22 insertions, 11 deletions
diff --git a/Readme.md b/Readme.md
index 0b42c6a..a76a75d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,13 +1,30 @@
This WebExtension is the official client for the [Passwords app for Nextcloud](https://github.com/marius-wieschollek/passwords) for Firefox and Chromium based browsers.
+### Features
+* Password suggestion
+* Search passwords
+* Browse passwords and folders
+* Create and update passwords
+* Multiple Accounts
+* End-to-End Encryption
+* Two factor authentication
+* Themes
+
+### Downloads
+* [Firefox Extension](https://addons.mozilla.org/de/firefox/addon/nextcloud-passwords/)
+* [Chrome Extension](https://chrome.google.com/webstore/detail/nextcloud-passwords/mhajlicjhgoofheldnmollgbgjheenbi)
+* [Firefox Extension Development Build](https://git.mdns.eu/nextcloud/passwords-webextension/-/jobs/artifacts/testing/browse/dist/firefox-extension?job=Publish+Nightly+Firefox)
+* [Chrome Extension Development Build](https://chrome.google.com/webstore/detail/aipncmjoigmhooiiclcailmhiopachih)
+
#### Passwords always at hand
-By clicking on the "Passwords"-icon, you will be presented with the login data that matches the current website. The desired user account can easily be inserted into existing login forms with one click. Alternatively, you can also copy the password to the clipboard.
+Click the passwords icon to select all accounts you have for the current site.
+Let the extension fill out and submit the login form for you or copy the password or the username to your clipboard easily.
+If the extension did not find the right password, you can use our powerful search to find it.
+Or just navigate the browsers you crated in the app to look trough your passwords easily.
#### Keep your passwords up-to-date
-New and updated passwords will be detected automatically and can be saved to Nextcloud.
-
-#### Integrated Search
-If you are unable to find a user account, the practical search function is guaranteed to help you.
+The extension will automatically collect new and updated passwords.
+You can edit the password before it's saved to the database.
#### Firefox for Android
The client for Nextcloud Passwords is optimized for mobile devices and also works with Firefox for Android.
@@ -17,12 +34,6 @@ This extension requires a server on which Nextcloud with the Passwords App is in
Nextcloud can be downloaded for free from the [Nextcloud website](https://nextcloud.com/).
The Passwords App can be downloaded for free from the [Nextcloud app store](https://apps.nextcloud.com/apps/passwords).
-### Downloads
-* [Firefox Extension](https://addons.mozilla.org/de/firefox/addon/nextcloud-passwords/)
-* [Chrome Extension](https://chrome.google.com/webstore/detail/nextcloud-passwords/mhajlicjhgoofheldnmollgbgjheenbi)
-* [Firefox Extension Development Build](https://git.mdns.eu/nextcloud/passwords-webextension/-/jobs/artifacts/testing/browse/dist/firefox-extension?job=Publish+Nightly+Firefox)
-* [Chrome Extension Development Build](https://chrome.google.com/webstore/detail/aipncmjoigmhooiiclcailmhiopachih)
-
### Development
See [contributing](Contributing.md).