au2001 / icloud-passwords-firefox

Firefox extension which lets you use your passwords stored on iCloud Keychain®.
https://addons.mozilla.org/en-US/firefox/addon/icloud-passwords/
Apache License 2.0
76 stars 5 forks source link

Feature request: store passwords locally #42

Open cwmoriarty opened 3 weeks ago

cwmoriarty commented 3 weeks ago

This may have been requested before, but I'd love to extend the "In-Page Auto-Fill" feature to allow storing the iCloud password to the local browser password manager / CredentialsContainer.

I'd be great to do this in bulk, but one-at-a-time would be something awesome.

Probably something like:

cred = new PasswordCredential( {id:"cwm@cwmoriarty.com",password: "wh4tever-iCloud-Had-Stored", name:"https://website/"} );

await navigator.credentials.store(cred);