Input Type Text

Display all passwords in clear text.

Vad är Input Type Text?

Input Type Text är en Chrome-tillägg utvecklad av cmmn.nighthawk, och dess huvudfunktion är "Display all passwords in clear text.".

Tilläggsskärmbilder

screenshot

Ladda ner Input Type Text-förlängningens CRX-fil

Ladda ner Input Type Text-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

                        The idea for this app was originally conceived of, somewhat mischievously, as a way to teach a lesson about web security to people that store their passwords in the browser.

But hopefully it can be helpful for other use cases!                    

Grundläggande Information om Tillägg

Namn Input Type Text Input Type Text
ID dnfamnagdaammiaggdgmpgmnbckciidg
Officiell webbadress https://chromewebstore.google.com/detail/input-type-text/dnfamnagdaammiaggdgmpgmnbckciidg
Beskrivning Display all passwords in clear text.
Filstorlek 3.18 KB
Antal Installationer 57
Aktuell Version 0.4
Senast Uppdaterad 2016-06-04
Publiceringsdatum 2016-06-03
Utvecklare cmmn.nighthawk
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Input Type Text",
    "description": "Display all passwords in clear text.",
    "version": "0.4",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "js.js"
            ]
        }
    ]
}