un-password
simple way to reveal password inputs on chrome - for lazies
Wat is un-password?
un-password is een Chrome-extensie ontwikkeld door denolk, en de belangrijkste functie is "simple way to reveal password inputs on chrome - for lazies".
Extensie Screenshots
Download het CRX-bestand van de extensie un-password
Download un-password-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
simple way to reveal password inputs on chrome - for lazies
just double-click on the password input. Basisinformatie over de Extensie
| Naam | |
| ID | lijhhlnbdhacjpefglmoblkpekegmfdd |
| Officiële URL | https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd |
| Beschrijving | simple way to reveal password inputs on chrome - for lazies |
| Bestandsgrootte | 14.09 KB |
| Aantal Installaties | 17 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2018-09-02 |
| Publicatiedatum | 2018-09-01 |
| Ontwikkelaar | denolk |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ozgend/un-password |
| Help Pagina-URL | https://github.com/ozgend/un-password |
| Ondersteunde Talen | 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
} | |