The Password Genie
Instant and secure password generator, the extension is safe and open source
The Password Genieคืออะไร?
The Password Genie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Instant and secure password generator, the extension is safe and open source"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Password Genie
ดาวน์โหลดไฟล์ส่วนขยาย The Password Genie ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instant and Secure password generator.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
คำอธิบาย | Instant and secure password generator, the extension is safe and open source |
ขนาดไฟล์ | 193 KB |
จำนวนการติดตั้ง | 171 |
เวอร์ชันปัจจุบัน | 1.4.4 |
อัปเดตครั้งล่าสุด | 2018-05-07 |
วันที่เผยแพร่ | 2018-05-07 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nourabusoud.github.io/password-genie/ |
ภาษาที่รองรับ | 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" } } |