Show Pass
Show Pass
Show Passคืออะไร?
Show Pass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JOLT และคุณลักษณะหลักของมันคือ "Show Pass"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Pass
ดาวน์โหลดไฟล์ส่วนขยาย Show Pass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple plugin to show your hidden passwords in chrome. Does not store or record any of your browsing activity. Feel free to checkout my other free plugins.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cdeaghjhkddplfcnkainahojdkenooee |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/show-pass/cdeaghjhkddplfcnkainahojdkenooee |
คำอธิบาย | Show Pass |
ขนาดไฟล์ | 39.8 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-05-29 |
วันที่เผยแพร่ | 2017-05-29 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | JOLT |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Pass", "short_name": "SP", "version": "1.0", "manifest_version": 2, "description": "Show Pass", "icons": { "16": "icon.png" }, "browser_action": { "default_title": "Show Pass" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs", "*:\/\/*\/*" ] } |