un-password
simple way to reveal password inputs on chrome - for lazies
Vad är un-password?
un-password är en Chrome-tillägg utvecklad av denolk, och dess huvudfunktion är "simple way to reveal password inputs on chrome - for lazies".
Tilläggsskärmbilder
Ladda ner un-password-förlängningens CRX-fil
Ladda ner un-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
                        simple way to reveal password inputs on chrome - for lazies
just double-click on the password input.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | lijhhlnbdhacjpefglmoblkpekegmfdd | 
| Officiell webbadress | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd | 
| Beskrivning | simple way to reveal password inputs on chrome - for lazies | 
| Filstorlek | 14.09 KB | 
| Antal Installationer | 17 | 
| Aktuell Version | 1.0.2 | 
| Senast Uppdaterad | 2018-09-02 | 
| Publiceringsdatum | 2018-09-01 | 
| Utvecklare | denolk | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/ozgend/un-password | 
| Hjälpsida URL | https://github.com/ozgend/un-password | 
| Stödda Språk | 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
}  |  |