Web Developer Sidekick
Allows to recognize environments sites and display usefull data such as credentials ip address.
Что такое Web Developer Sidekick?
Web Developer Sidekick - это расширение Chrome, разработанное j.lahyani, и его основная функция - "Allows to recognize environments sites and display usefull data such as credentials ip address.".
Снимки экрана расширения
Скачать файл CRX расширения Web Developer Sidekick
Скачайте файлы расширений Web Developer Sidekick в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Web Developer Sidekick |
ID | fglnkelbadkkikkfabnbioejhdhiahbi |
Официальный URL | https://chromewebstore.google.com/detail/web-developer-sidekick/fglnkelbadkkikkfabnbioejhdhiahbi |
Описание | Allows to recognize environments sites and display usefull data such as credentials ip address. |
Размер файла | 85.31 KB |
Количество установок | 34 |
Текущая Версия | 0.0.24 |
Последнее Обновление | 2018-04-18 |
Дата публикации | 2018-04-17 |
Разработчик | j.lahyani |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/lahyani/web-developer-sidekick |
URL страницы помощи | https://github.com/lahyani/web-developer-sidekick/tree/doc/doc |
Поддерживаемые языки | 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": [ " |