MyPass
Generate different passwords for different sites with a single passphrase.
Co to jest MyPass?
MyPass to rozszerzenie Chrome opracowane przez Chen Yufei, a jego główną funkcją jest „Generate different passwords for different sites with a single passphrase.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MyPass
Pobierz pliki rozszerzeń MyPass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Generate different passwords for different sites with a single passphrase.
The password generation algorithm is the same as One Shall Pass (https://oneshallpass.com).
There's also an iOS optimized version http://chenyufei.info/p/mypass/ios.html Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pbaehcadchmngjeahmifjonliaaidgdj |
| Oficjalny URL | https://chromewebstore.google.com/detail/mypass/pbaehcadchmngjeahmifjonliaaidgdj |
| Opis | Generate different passwords for different sites with a single passphrase. |
| Rozmiar pliku | 109 KB |
| Liczba instalacji | 58 |
| Aktualna Wersja | 1.4.2 |
| Ostatnia Aktualizacja | 2014-03-26 |
| Data Publikacji | 2014-03-26 |
| Ocena | 4.00/5 Łącznie 1 Oceny |
| Deweloper | Chen Yufei |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/cyfdecyf/mypass |
| Adres URL Strony Pomocy | https://github.com/cyfdecyf/mypass/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MyPass",
"description": "Generate different passwords for different sites with a single passphrase.",
"version": "1.4.2",
"icons": {
"128": "icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "icon-19.png",
"38": "icon-38.png"
},
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs",
"storage"
]
} | |