Developer pages
Quick access to Chrome developer pages in the context menu.
Что такое Developer pages?
Developer pages - это расширение Chrome, разработанное pb_ee1, и его основная функция - "Quick access to Chrome developer pages in the context menu.".
Снимки экрана расширения
Скачать файл CRX расширения Developer pages
Скачайте файлы расширений Developer pages в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Ever wondered what was under the hood of your favorite browser? With this extension, you can access the Google Chrome internal tools in the context menu.
Основная информация о расширении
Название | Developer pages |
ID | clpnkaejolcjjjogcldmnjodkjdnhdio |
Официальный URL | https://chromewebstore.google.com/detail/developer-pages/clpnkaejolcjjjogcldmnjodkjdnhdio |
Описание | Quick access to Chrome developer pages in the context menu. |
Размер файла | 7.09 KB |
Количество установок | 599 |
Текущая Версия | 1.4 |
Последнее Обновление | 2012-07-23 |
Дата публикации | 2012-07-23 |
Рейтинг | 4.00/5 Всего 5 оценок |
Разработчик | pb_ee1 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Developer pages", "description": "Quick access to Chrome developer pages in the context menu.", "version": "1.4", "permissions": [ "contextMenus" ], "background": { "scripts": [ "engine.js" ] }, "icons": { "128": "images\/extension\/128.png", "16": "images\/extension\/16.png", "48": "images\/extension\/48.png" } } |