Finch Developer Tools
Save, version and share Chrome DevTools Styles changes
Finch Developer Tools란 무엇입니까?
Finch Developer Tools은(는) https://finch.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save, version and share Chrome DevTools Styles changes"입니다.
확장 프로그램 스크린샷
Finch Developer Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
All changes you make in the css code at DevTools Styles will be saved locally on your computer. If you refresh the page or close the browser - the changes will be applied to your website. You can view, edit and remove the changes in a separate DevTools tab. Connecting the plugin with your Finch.io account allows you to create multiple versions on each site, synchronise or share them.
확장 프로그램 기본 정보
이름 | Finch Developer Tools |
ID | phgdjnidddpccdkbedmfifceiljljgdo |
공식 URL | https://chromewebstore.google.com/detail/finch-developer-tools/phgdjnidddpccdkbedmfifceiljljgdo |
설명 | Save, version and share Chrome DevTools Styles changes |
파일 크기 | 1.51 MB |
설치 횟수 | 2,116 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2017-11-29 |
출시 날짜 | 2017-11-29 |
평점 | 3.91/5 총 11 개의 평점 |
개발자 | https://finch.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://finch.io |
도움말 페이지 URL | https://help.finch.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Finch Developer Tools", "short_name": "Finch", "description": "Save, version and share Chrome DevTools Styles changes", "homepage_url": "https:\/\/finch.io", "version": "0.1.5", "minimum_chrome_version": "49.0", "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "downloads", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "icons\/finch-16.png", "48": "icons\/finch-48.png", "128": "icons\/finch-128.png" }, "browser_action": { "default_title": "Finch", "default_popup": "popup.html" }, "devtools_page": "devtools.html", "content_scripts": [ { "matches": [ " |