un-password
simple way to reveal password inputs on chrome - for lazies
un-passwordคืออะไร?
un-password เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denolk และคุณลักษณะหลักของมันคือ "simple way to reveal password inputs on chrome - for lazies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย un-password
ดาวน์โหลดไฟล์ส่วนขยาย un-password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
simple way to reveal password inputs on chrome - for lazies
just double-click on the password input. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
| คำอธิบาย | simple way to reveal password inputs on chrome - for lazies |
| ขนาดไฟล์ | 14.09 KB |
| จำนวนการติดตั้ง | 17 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2018-09-02 |
| วันที่เผยแพร่ | 2018-09-01 |
| ผู้พัฒนา | denolk |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/ozgend/un-password |
| URL หน้าช่วยเหลือ | https://github.com/ozgend/un-password |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "un-password",
"author": "denolk",
"description": "simple way to reveal password inputs on chrome - for lazies",
"version": "1.0.2",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-32.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"manifest_version": 2
} | |