JS Runtime Inspector
Explore your javascript runtime
Что такое JS Runtime Inspector?
JS Runtime Inspector - это расширение Chrome, разработанное Anvaka, и его основная функция - "Explore your javascript runtime".
Снимки экрана расширения
Скачать файл CRX расширения JS Runtime Inspector
Скачайте файлы расширений JS Runtime Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows developers to search javascript objects in runtime by their name or value. It traverses the entire javascript objects graph and matches each property of every object against given pattern. So be careful in what you are typing in the search field. It can easily hang your browser. Extension is open source and your contribution is highly welcomed here: https://github.com/anvaka/jsruntime Let me know what you think :).
Основная информация о расширении
Название | JS Runtime Inspector |
ID | iilpjebedgohcmlffhnkhbjhabkdhfmn |
Официальный URL | https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn |
Описание | Explore your javascript runtime |
Размер файла | 19.35 KB |
Количество установок | 2,773 |
Текущая Версия | 0.2 |
Последнее Обновление | 2013-02-14 |
Дата публикации | 2013-02-14 |
Рейтинг | 4.18/5 Всего 11 оценок |
Разработчик | Anvaka |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Runtime Inspector", "description": "Explore your javascript runtime", "version": "0.2", "icons": { "16": "assets\/logo-16.png", "128": "assets\/logo-128.jpg" }, "devtools_page": "main.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |