Smart Page Ruler
Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…
Smart Page Ruler란 무엇입니까?
Smart Page Ruler은(는) Karol Rola에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…"입니다.
확장 프로그램 스크린샷
Smart Page Ruler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and absolute position of elements as Zeplin application and can get margin, padding, width, height everything you need. Update v1.0.5: You can now take a screenshot when measuring the relative and absolute position of any element and share it on Facebook or copy the image. At the context menu select "Smart Page Ruler > Screen Capture" to execute. Core Features: ========================================= * Measure relative and absolute position of any element. * Calculate Height, Width, Margin, Padding everything you need. * Very much Useful to measure the alignment between components. * Measure all the elements on webpage. * Far easy to select and inspect the elements. * Ensures the highest level of accuracy. * Similar and powerful as Zeplin layer inspection tool. * Amazing user experience and design. * Easier accessibility, simply click and done.
확장 프로그램 기본 정보
이름 | |
ID | nmibbjghlmdiafjolcphdggihcbcedmg |
공식 URL | https://chromewebstore.google.com/detail/smart-page-ruler/nmibbjghlmdiafjolcphdggihcbcedmg |
설명 | Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and… |
파일 크기 | 603 KB |
설치 횟수 | 69,741 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2023-10-16 |
출시 날짜 | 2020-06-12 |
평점 | 3.79/5 총 57 개의 평점 |
개발자 | Karol Rola |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://rbrahul.github.io/Smart-Webpage-Ruler/ |
도움말 페이지 URL | https://github.com/rbrahul/smart-ruller |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/bitliy-link-2023/home |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smart Page Ruler", "short_name": "Page Ruler", "version": "1.0.7", "icons": { "16": "icon-16.c4a266c3.png", "24": "icon-24.f054665d.png", "32": "icon-32.2fe204e9.png", "64": "icon-64.887e3c1c.png", "128": "icon-128.c9968f51.png", "256": "icon-256.bd37ec10.png", "512": "icon-512.429e3e59.png" }, "background": { "service_worker": "background.3eb8d5ff.js" }, "action": { "default_icon": "icon-128.c9968f51.png" }, "permissions": [ "storage", "contextMenus", "declarativeNetRequest", "scripting", "activeTab" ], "host_permissions": [ " |