Password Revealer
Toggle passwords in dev mode. Enhance development workflow with password visibility.
Vad är Password Revealer?
Password Revealer är en Chrome-tillägg utvecklad av iinmass, och dess huvudfunktion är "Toggle passwords in dev mode. Enhance development workflow with password visibility.".
Tilläggsskärmbilder
Ladda ner Password Revealer-förlängningens CRX-fil
Ladda ner Password Revealer-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
Developer Mode Password Revealer is a powerful Chrome extension designed to enhance your development workflow. It allows you to effortlessly reveal passwords on webpages while in developer mode. With a single click, toggle the visibility of passwords and gain valuable insights during the development process. Whether you're debugging, testing, or simply need a quick peek at passwords, this extension simplifies the task, saving you time and effort. Unlock the power of developer mode with Developer Mode Password Revealer! Grundläggande Information om Tillägg
| Namn | |
| ID | flihklbendkffliaoifabcckjlgecmgl |
| Officiell webbadress | https://chromewebstore.google.com/detail/password-revealer/flihklbendkffliaoifabcckjlgecmgl |
| Beskrivning | Toggle passwords in dev mode. Enhance development workflow with password visibility. |
| Filstorlek | 34.54 KB |
| Antal Installationer | 241 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-06-24 |
| Publiceringsdatum | 2023-06-23 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | iinmass |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Password Revealer",
"description": "Toggle passwords in dev mode. Enhance development workflow with password visibility.",
"version": "1.0",
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
" | |