PerfectPixel by WellDoneCode (pixel perfect)
This extension helps develop your websites with pixel perfect accuracy!
PerfectPixel by WellDoneCode (pixel perfect)란 무엇입니까?
PerfectPixel by WellDoneCode (pixel perfect)은(는) https://welldonecode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps develop your websites with pixel perfect accuracy!"입니다.
확장 프로그램 스크린샷
PerfectPixel by WellDoneCode (pixel perfect) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PerfectPixel allows developers and markup designers put a semi-transparent image overlay over the top of the developed HTML and perform pixel perfect comparison between them. Features: * Multiple layers support * Layer inversion and scaling * Separate layers for each website * Layers are saved between browsing sessions * Minimalistic easy-to-use UI * Drag-n-drop file upload, paste from url, paste from clipboard support * Keyboard arrow keys and mousewheel support * Extension works with file:// scheme (local files) PerfectPixel PRO features: * No ads * Layer rotation * Appearance customization * Premium support Tips: * Double-click on header to expand/collapse main window * Use Shift + arrow keys for 10px position change Changelog: http://www.welldonecode.com/perfectpixel/changesets/ Shortcuts: http://www.welldonecode.com/perfectpixel/shortcuts/ --> Extension is AD supported. Ads are injected into extension panel only, no any injections into websites <--
확장 프로그램 기본 정보
이름 | PerfectPixel by WellDoneCode (pixel perfect) |
ID | dkaagdgjmgdmbnecmcefdhjekcoceebi |
공식 URL | https://chromewebstore.google.com/detail/perfectpixel-by-welldonec/dkaagdgjmgdmbnecmcefdhjekcoceebi |
설명 | This extension helps develop your websites with pixel perfect accuracy! |
파일 크기 | 776 KB |
설치 횟수 | 361,969 |
현재 버전 | 2.1.2.5 |
최근 업데이트 | 2023-04-20 |
출시 날짜 | 2020-03-01 |
평점 | 4.38/5 총 595 개의 평점 |
개발자 | https://welldonecode.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.welldonecode.com/perfectpixel |
도움말 페이지 URL | https://www.welldonecode.com/perfectpixel |
개인정보 보호 정책 페이지 URL | https://www.welldonecode.com/privacy |
지원되는 언어 | en,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/images\/icons\/app_icons\/grayscale.png", "default_title": "PerfectPixel", "default_popup": "popups\/tab-not-allowed.html" }, "content_security_policy": "script-src 'self' https:\/\/*.carbonads.com https:\/\/*.carbonads.net https:\/\/*.buysellads.net https:\/\/*.buysellads.com https:\/\/*.servedby-buysellads.com https:\/\/*.converto.com https:\/\/d1o3lvh59ou5pb.cloudfront.net\/carbon.js https:\/\/cdn.paddle.com\/paddle\/paddle.js https:\/\/checkout.paddle.com\/api\/1.0\/prices; object-src 'self'", "default_locale": "en", "description": "__MSG_extension_description__", "icons": { "128": "assets\/images\/icons\/128.png", "16": "assets\/images\/icons\/16.png", "48": "assets\/images\/icons\/48.png" }, "name": "__MSG_extension_name__", "manifest_version": 2, "optional_permissions": [ "clipboardRead" ], "options_page": "settings.html", "permissions": [ " |