PassMaker - is the best password generator.
Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup
Vad är PassMaker - is the best password generator.?
PassMaker - is the best password generator. är en Chrome-tillägg utvecklad av pratnomenis, och dess huvudfunktion är "Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup".
Tilläggsskärmbilder
Ladda ner PassMaker - is the best password generator.-förlängningens CRX-fil
Ladda ner PassMaker - is the best password generator.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tool for making safe and hackproof passwords. With extensive customization options from length to symbols list. Totally private! Grundläggande Information om Tillägg
| Namn | |
| ID | jidfoanpehhinoikkbfklnllbeppgfmi |
| Officiell webbadress | https://chromewebstore.google.com/detail/passmaker-is-the-best-pas/jidfoanpehhinoikkbfklnllbeppgfmi |
| Beskrivning | Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup |
| Filstorlek | 138 KB |
| Antal Installationer | 148 |
| Aktuell Version | v1.3 |
| Senast Uppdaterad | 2020-05-08 |
| Publiceringsdatum | 2020-05-08 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | pratnomenis |
| Betalningssätt | free |
| Stödda Språk | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"short_name": "PassMaker",
"default_locale": "en",
"version": "1.3",
"version_name": "v1.3",
"author": "pratnomenis",
"browser_action": {
"default_icon": {
"16": "\/img\/ico16.png",
"32": "\/img\/ico32.png"
},
"default_popup": "index.html",
"default_title": "PassMaker v1.3"
},
"icons": {
"16": "\/img\/ico16.png",
"32": "\/img\/ico32.png",
"48": "\/img\/ico48.png",
"128": "\/img\/ico128.png"
},
"manifest_version": 2,
"offline_enabled": true,
"permissions": [
"storage"
]
} | |