Umbraco Developer Tools
This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
Umbraco Developer Tools란 무엇입니까?
Umbraco Developer Tools은(는) Warren Buckley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added."입니다.
확장 프로그램 스크린샷
Umbraco Developer Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This allows you to view realtime logs of your Umbraco ASP.NET CMS website, directly in the Chrome Developer Tools. A requirement of having an Umbraco site 7.5 is needed for this to work along with the package installed in the Umbraco site to allow it to communicate with the Chrome extension. You can install the following Nuget package to make your website https://www.nuget.org/packages/Umbraco.DevTools.Logger/
확장 프로그램 기본 정보
이름 | |
ID | gjcgemjmhmgcmioedcghnemmadcimjia |
공식 URL | https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia |
설명 | This helps Umbraco development by adding realtime Log information. In the future other utilities will be added. |
파일 크기 | 224 KB |
설치 횟수 | 113 |
현재 버전 | 1.0.0 beta |
최근 업데이트 | 2016-07-26 |
출시 날짜 | 2016-07-26 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Warren Buckley |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/warrenbuckley/Umbraco-DevTools |
도움말 페이지 URL | https://github.com/warrenbuckley/Umbraco-DevTools |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Umbraco Developer Tools", "description": "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.", "version": "1.0.0", "version_name": "1.0.0 beta", "offline_enabled": false, "icons": { "256": "images\/logo-256.png", "128": "images\/logo-128.png", "48": "images\/logo-48.png", "16": "images\/logo-16.png" }, "devtools_page": "views\/proxy.html" } |