Web Developer Sidekick
Allows to recognize environments sites and display usefull data such as credentials ip address.
Was ist Web Developer Sidekick?
Web Developer Sidekick ist eine Chrome-Erweiterung, die von j.lahyani entwickelt wurde, und ihr Hauptmerkmal ist "Allows to recognize environments sites and display usefull data such as credentials ip address.".
Erweiterungsscreenshots
Web Developer Sidekick-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Developer Sidekick-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Please note that this extension is useful for web developers only. Also available for Firefox Once Web Developer Sidekick installed you have to go to configuration page (about:addons) and click Options. Now you can set the addon parameters. The extension use YAML notations to read the parameters. Note: Be carefull when you add credentials for production environment since any one who has access to your browser can see those credentials. Features: + Displays website environment (screenshot 1) + Shows useful details (screenshot 2) + Extends popup byy adding new tabs (screenshots 3 & 4) + Customize addon behavior (screnshot 5) For configuration details please check the documentation by following this link https://github.com/lahyani/web-developer-sidekick/tree/doc/doc
Grundlegende Informationen zur Erweiterung
Name | Web Developer Sidekick |
ID | fglnkelbadkkikkfabnbioejhdhiahbi |
Offizielle URL | https://chromewebstore.google.com/detail/web-developer-sidekick/fglnkelbadkkikkfabnbioejhdhiahbi |
Beschreibung | Allows to recognize environments sites and display usefull data such as credentials ip address. |
Dateigröße | 85.31 KB |
Installationsanzahl | 34 |
Aktuelle Version | 0.0.24 |
Letztes Update | 2018-04-18 |
Veröffentlichungsdatum | 2018-04-17 |
Entwickler | j.lahyani |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lahyani/web-developer-sidekick |
Hilfeseite URL | https://github.com/lahyani/web-developer-sidekick/tree/doc/doc |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.24", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "48": "dev-sticker-icon.png" }, "browser_action": { "default_icon": "icons\/dev-sticker-icon.png", "default_title": "__MSG_extTitle__", "default_popup": "popup\/main.html", "browser_style": true }, "content_scripts": [ { "matches": [ " |