Show Password

Show Password

Vad är Show Password?

Show Password är en Chrome-tillägg utvecklad av samhagin, och dess huvudfunktion är "Show Password".

Tilläggsskärmbilder

screenshot

Ladda ner Show Password-förlängningens CRX-fil

Ladda ner Show Password-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension gives you the option to see what you type into a password field instead of seeing dots. A link is displayed next to each password field that can be clicked on to display the typed password.                    

Grundläggande Information om Tillägg

Namn Show Password Show Password
ID gaichhcdflnpllpkmocfcbkbacefiank
Officiell webbadress https://chrome.google.com/webstore/detail/show-password/gaichhcdflnpllpkmocfcbkbacefiank
Beskrivning Show Password
Filstorlek 36.15 KB
Antal Installationer 6,000
Aktuell Version 1.0
Senast Uppdaterad 2013-08-20
Publiceringsdatum 2013-08-20
Betyg 4.27/5 Totalt 30 Betyg
Utvecklare samhagin
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "description": "Show Password",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.showPassword.min.js",
                "showPassword.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "6",
    "manifest_version": 2,
    "name": "Show Password",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}