Show Passwords

Show all password of page - Muestra las contraseñas guardadas

Show Passwordsคืออะไร?

Show Passwords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://slrinformatica.com และคุณลักษณะหลักของมันคือ "Show all password of page - Muestra las contraseñas guardadas"

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

screenshot

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

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

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

                        Muestra las claves guardadas en el momento en el que el navegador autorellena el formulario. 

Show you saved passwords when the browser autofill the form.                    

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

ชื่อ Show Passwords Show Passwords
ID honicdecdbkbpfclcdabjobakaojgeep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-passwords/honicdecdbkbpfclcdabjobakaojgeep
คำอธิบาย Show all password of page - Muestra las contraseñas guardadas
ขนาดไฟล์ 2.33 MB
จำนวนการติดตั้ง 615
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-07-09
วันที่เผยแพร่ 2015-07-09
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://slrinformatica.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://slrinformatica.com/contacto
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Passwords",
    "description": "Show all password of page - Muestra las contrase\u00f1as guardadas",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "short_name": "ShowPass",
    "homepage_url": "http:\/\/slrinformatica.com",
    "icons": {
        "16": "candado16.png",
        "48": "candado48.png",
        "128": "candado128.png"
    },
    "background": {
        "scripts": [
            "pass.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show all password of page"
    },
    "manifest_version": 2
}