CRX Inspector
Examine the inner workings of Chrome extensions.
Что такое CRX Inspector?
CRX Inspector - это расширение Chrome, разработанное Juho Nurminen, и его основная функция - "Examine the inner workings of Chrome extensions.".
Снимки экрана расширения
Скачать файл CRX расширения CRX Inspector
Скачайте файлы расширений CRX Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
CRX Inspector lets you view the files inside Chrome extensions, apps and themes. With it, developers can easily search through an extension's source code to see how an interesting feature was implemented, and security-conscious users can check extensions for malicious code before installing them. Now on GitHub: https://github.com/jupenur/CRX-Inspector
Основная информация о расширении
Название | CRX Inspector |
ID | lmlpbkpknjcnfabomjkecmkigcphgomk |
Официальный URL | https://chromewebstore.google.com/detail/crx-inspector/lmlpbkpknjcnfabomjkecmkigcphgomk |
Описание | Examine the inner workings of Chrome extensions. |
Размер файла | 47.18 KB |
Количество установок | 4,353 |
Текущая Версия | 0.1.0.9 |
Последнее Обновление | 2014-09-04 |
Дата публикации | 2014-09-04 |
Рейтинг | 4.00/5 Всего 22 оценок |
Разработчик | Juho Nurminen |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jupenur/CRX-Inspector |
URL страницы помощи | https://github.com/jupenur/CRX-Inspector/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Examine the inner workings of Chrome extensions.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5RRAL0kzNb7gNwqQhOoaQlAXn4L7m01rGY5KdsHnIJcGk5\/jRrRB\/p7Fpgrq54rsDrrGkZDFBIGEmoz\/mmzSYOUuiSpax8lDyGnw32DMHWUglpJgLCLVR4yqSFijNR\/C0yFSW8lJO1MydX9Vjbeg1r3fe\/OLcqazavnpnjcFOtwIDAQAB", "manifest_version": 2, "name": "CRX Inspector", "page_action": { "default_icon": "images\/16.png", "default_title": "Inspect this .CRX..." }, "permissions": [ "tabs", "http:\/\/clients2.google.com\/", "http:\/\/clients2.googleusercontent.com\/", "https:\/\/clients2.googleusercontent.com\/" ], "version": "0.1.0.9" } |