Dev Tools
Tools for Developers.
Dev Tools란 무엇입니까?
Dev Tools은(는) Balcones Enterprises에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools for Developers."입니다.
확장 프로그램 스크린샷
Dev Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple tools to help streamline daily ad hoc workflows for developers. I've been creating 'throw away' tools for years and now I'm going to assemble them into this Chrome extension. I have many more features on the way! Please feel free to suggest ideas or provide feedback: [email protected]
확장 프로그램 기본 정보
이름 | Dev Tools |
ID | leffbcbamfabplbkbgjpdfafcajhjffl |
공식 URL | https://chromewebstore.google.com/detail/dev-tools/leffbcbamfabplbkbgjpdfafcajhjffl |
설명 | Tools for Developers. |
파일 크기 | 1.14 MB |
설치 횟수 | 32 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-07-24 |
출시 날짜 | 2019-07-24 |
개발자 | Balcones Enterprises |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://balconesenterprises.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dev Tools", "description": " Tools for Developers.", "version": "1.0", "short_name": "Dev Tools", "icons": { "32": "images\/CWS_appIcon_32x32.png", "128": "images\/CWS_appIcon_128x128.png", "512": "images\/CWS_appIcon_512x512.png" }, "browser_action": { "default_icon": "images\/CWS_appIcon_512x512.png", "default_popup": "popup.html" }, "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |