Stack Trace Linkifier
Turn stack frames in JavaScript stack traces into links to the source.
Stack Trace Linkifier란 무엇입니까?
Stack Trace Linkifier은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn stack frames in JavaScript stack traces into links to the source."입니다.
확장 프로그램 스크린샷
Stack Trace Linkifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", " |