paGen
Password Generator. Easy. Simple.
paGenคืออะไร?
paGen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://emotionloop.com และคุณลักษณะหลักของมันคือ "Password Generator. Easy. Simple."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย paGen
ดาวน์โหลดไฟล์ส่วนขยาย paGen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
paGen is a Google Chrome extension, that will help you by generating random passwords. We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one. It has a simple and easy to use interface. You can get its source at https://github.com/emotionLoop/paGen
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
คำอธิบาย | Password Generator. Easy. Simple. |
ขนาดไฟล์ | 25.17 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2013-01-14 |
วันที่เผยแพร่ | 2013-01-14 |
ผู้พัฒนา | http://emotionloop.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://emotionloop.com |
URL หน้าช่วยเหลือ | http://support.emotionloop.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_description__", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "icon.png" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "default_locale": "en", "incognito": "split" } |