Password Show Hide
This extension will allow to see store password on password field by adding a eye icon with input field
Wat is Password Show Hide?
Password Show Hide is een Chrome-extensie ontwikkeld door GreeLogix, en de belangrijkste functie is "This extension will allow to see store password on password field by adding a eye icon with input field".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Show Hide
Download Password Show Hide-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
Sometimes, we need to get/copy the saved password from password saved field data. This extension enable you to turn password field to text field.
It will add a show link with each password field and on clicking the link it will turn the password visibility to text. Basisinformatie over de Extensie
| Naam | |
| ID | dkdkinddlfncaenemeelaklfcpggabfd |
| Officiële URL | https://chromewebstore.google.com/detail/password-show-hide/dkdkinddlfncaenemeelaklfcpggabfd |
| Beschrijving | This extension will allow to see store password on password field by adding a eye icon with input field |
| Bestandsgrootte | 90.27 KB |
| Aantal Installaties | 313 |
| Huidige Versie | 1.3.1 |
| Laatst Bijgewerkt | 2023-01-03 |
| Publicatiedatum | 2020-10-20 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | GreeLogix |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://greelogix.com?page_id=6688 |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Password Show Hide",
"description": "This extension will allow to see store password on password field by adding a eye icon with input field",
"version": "1.3.1",
"homepage_url": "https:\/\/github.com\/abuzer",
"browser_action": {
"default_icon": "favicon.png",
"default_popup": "popup.html",
"default_title": "Passowrd Show\/Hide"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": false,
"css": [
"css\/style.css"
],
"js": [
"scripts\/jquery.min.js",
"scripts\/content.js"
],
"web_accessible_resources": [
"jquery.min.js"
],
"run_at": "document_end"
}
]
} | |