提供元: Nino
Inspect and view changes in MasterKey source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Derivate your passwords from a secret key and the service name",
"manifest_version": 2,
"name": "MasterKey",
"version": "1.0.1resigned1",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/borderify",
"icons": {
"48": "img/logo.png"
},
"browser_action": {
"default_icon": "img/logo.png",
"default_title": "MasterKey",
"default_popup": "html/panel.html"
},
"permissions": [
"activeTab",
"contextMenus",
"clipboardWrite",
"storage"
],
"background": {
"scripts": [
"js/background.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"js/content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "@masterkey"
}
}
} ベストのMasterKey代替案
MasterKeyに類似したFirefox add-onをいくつか紹介します:
masterpassword for Firefox
T.Tyridal
UniquePasswordBuilder Addon
Grégory Paul
MS Password Generator (WebExtension)
Ayukawayen
CyberPassword
ostcar
Seedkeys
Willem
Minimalist pass generator
Dylan DO AMARAL
Unique Passwords
Sándor Balázsi
Passwords 101
Vincent Vans
PasswordMaker X
emersion
Password Hasher Plus - Password Generator
simu
Art Password Generator
Revertron