Add search and copy password in extension

- no lock screen for now
- share keychain between app and extension
This commit is contained in:
Yishi Lin 2017-06-14 00:25:38 +08:00
parent abe1c46d83
commit 8e5a824cca
11 changed files with 362 additions and 132 deletions

View file

@ -17,7 +17,7 @@ run: function(arguments) {
finalize: function(arguments) {
var str = "username: " + arguments["username"] + "\r\npassword: " + arguments["password"];
alert(str)
// alert(str)
// document.body.innerHTML = arguments["content"];
}
};