Rax Developer Tools
Adds Rax debugging tools to the Chrome Developer Tools.
Rax Developer Tools란 무엇입니까?
Rax Developer Tools은(는) raxjs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Rax debugging tools to the Chrome Developer Tools."입니다.
확장 프로그램 스크린샷
Rax Developer Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rax Developer Tools lets you inspect the Rax component's structure, props and state.
확장 프로그램 기본 정보
이름 | Rax Developer Tools |
ID | anpeoinhjjligmgoiepbnigjhmijblff |
공식 URL | https://chromewebstore.google.com/detail/rax-developer-tools/anpeoinhjjligmgoiepbnigjhmijblff |
설명 | Adds Rax debugging tools to the Chrome Developer Tools. |
파일 크기 | 339 KB |
설치 횟수 | 156 |
현재 버전 | 3.6.0 |
최근 업데이트 | 2019-11-28 |
출시 날짜 | 2019-11-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | raxjs |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://rax.js.org/ |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rax Developer Tools", "description": "Adds Rax debugging tools to the Chrome Developer Tools.", "version": "3.6.0", "minimum_chrome_version": "49", "icons": { "16": "icons\/16-production.png", "32": "icons\/32-production.png", "48": "icons\/48-production.png", "128": "icons\/128-production.png" }, "browser_action": { "default_icon": { "16": "icons\/16-disabled.png", "32": "icons\/32-disabled.png", "48": "icons\/48-disabled.png", "128": "icons\/128-disabled.png" }, "default_popup": "popups\/disabled.html" }, "devtools_page": "main.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "main.html", "panel.html", "build\/backend.js" ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |