Pixel Perfect
Make your CSS looks exactly to your design with a image comparasion
Pixel Perfect란 무엇입니까?
Pixel Perfect은(는) hugowebfr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your CSS looks exactly to your design with a image comparasion"입니다.
확장 프로그램 스크린샷
Pixel Perfect 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pixel Perfect allow you to compare in real time your design in JPG / PNG with your current integration to fix your CSS. The must have extensions for web integration and front-end developper Pixel perfect is an extension for Chrome (maybe firefox in the future) This extension open a window with a dropzone, then you drag and drop your design and go for Preview It will open a slider on the current tab to compare the design or mockup to the actual integration
확장 프로그램 기본 정보
이름 | Pixel Perfect |
ID | llpcibpmbpghnfdfggnnpdfapijaakln |
공식 URL | https://chromewebstore.google.com/detail/pixel-perfect/llpcibpmbpghnfdfggnnpdfapijaakln |
설명 | Make your CSS looks exactly to your design with a image comparasion |
파일 크기 | 27.69 KB |
설치 횟수 | 100 |
현재 버전 | 1.5 |
최근 업데이트 | 2022-06-03 |
출시 날짜 | 2021-07-22 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | hugowebfr |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://hugo-web.fr |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixel Perfect", "description": "Make your CSS looks exactly to your design with a image comparasion", "version": "1.5", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "web_accessible_resources": [ "popup.html" ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |