Stack Trace Linkifier
Turn stack frames in JavaScript stack traces into links to the source.
Что такое Stack Trace Linkifier?
Stack Trace Linkifier - это расширение Chrome, разработанное Unknown, и его основная функция - "Turn stack frames in JavaScript stack traces into links to the source.".
Снимки экрана расширения
Скачать файл CRX расширения Stack Trace Linkifier
Скачайте файлы расширений Stack Trace Linkifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
When the DevTools are open, Stack Trace Linkifier linkifies JavaScript stack traces embedded in web pages. It mimics the way stack traces are linkified in the DevTools console: referenced source files become links, click the link and jump to the source. The extension was mainly written as a companion to the Jasmine unit testing framework (https://jasmine.github.io/). Jasmine reports failing tests with an accompanying stack trace. With this extension you can now quickly jump to the test code in the DevTools.
Основная информация о расширении
Название | |
ID | mafpielkiomgfjolcbikogcpnnjjfdad |
Официальный URL | https://chromewebstore.google.com/detail/stack-trace-linkifier/mafpielkiomgfjolcbikogcpnnjjfdad |
Описание | Turn stack frames in JavaScript stack traces into links to the source. |
Размер файла | 14.88 KB |
Количество установок | 32 |
Текущая Версия | 0.1.0 |
Последнее Обновление | 2018-01-09 |
Дата публикации | 2018-01-08 |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/lewistg/stack-trace-linkifier |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stack Trace Linkifier", "description": "Turn stack frames in JavaScript stack traces into links to the source.", "version": "0.1.0", "permissions": [ "tabs", " |