Password revealer

A plugin to reveal passwords on a page.

Password revealerคืออะไร?

Password revealer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giangi.ces และคุณลักษณะหลักของมันคือ "A plugin to reveal passwords on a page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password revealer

ดาวน์โหลดไฟล์ส่วนขยาย Password revealer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin reveals the passwords on the page it's invoked on. The plugin does not have access to your passwords nor store them in any way.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
คำอธิบาย A plugin to reveal passwords on a page.
ขนาดไฟล์ 18.46 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-08-07
วันที่เผยแพร่ 2018-08-07
ผู้พัฒนา giangi.ces
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A plugin to reveal passwords on a page.",
    "homepage_url": "https:\/\/loudsrl.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_title": "Reveal!"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}