The Password Genie
Instant and secure password generator, the extension is safe and open source
Apa itu The Password Genie?
The Password Genie adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Instant and secure password generator, the extension is safe and open source".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Password Genie
Unduh file ekstensi The Password Genie dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Instant and Secure password generator.
Informasi Dasar Ekstensi
Nama | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
URL Resmi | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
Deskripsi | Instant and secure password generator, the extension is safe and open source |
Ukuran File | 193 KB |
Jumlah Instalasi | 171 |
Versi Saat Ini | 1.4.4 |
Terakhir Diperbarui | 2018-05-07 |
Tanggal Publikasi | 2018-05-07 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://nourabusoud.github.io/password-genie/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Password Genie", "version": "1.4.4", "manifest_version": 2, "description": "Instant and secure password generator, the extension is safe and open source", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]", "512": "images\/[email protected]", "1024": "images\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/[email protected]", "48": "images\/[email protected]" }, "default_title": "The Password Genie", "default_popup": "popup.html" } } |