SnapGuide
Chrome extension for measuring elements on page
SnapGuide란 무엇입니까?
SnapGuide은(는) Alex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for measuring elements on page"입니다.
확장 프로그램 스크린샷
SnapGuide 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SnapGuide is a tool that brings Photoshop-like guides to web. It lets you put down guides that snap intelligently to the page content. It snaps to borders and padding, and will even snap to the baseline of text. There is on-screen help with a list of shortcuts. Unlike some extensions it will not interfere with any webpage you visit unless you click the SnapGuide icon. Once installed: Click icon or Alt+Shift+S to activate. Read help, or press Space to dismiss it. Mouse over document, observe that rules snap to useful positions (including baselines!), and use keys as follows: V – add vertical guide H – add horizontal guide Q – remove all guides ←, ↑, →, ↓ – move cursor 1px (+ Shift for x10) Space – toggle help Alt+Shift+S - launch SnapGuide Please leave feedback or send me suggestions at [email protected]
확장 프로그램 기본 정보
이름 | SnapGuide |
ID | cpmeolfjcjhjgkimkdcgcddndmjndomh |
공식 URL | https://chromewebstore.google.com/detail/snapguide/cpmeolfjcjhjgkimkdcgcddndmjndomh |
설명 | Chrome extension for measuring elements on page |
파일 크기 | 194 KB |
설치 횟수 | 1,766 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-02-08 |
출시 날짜 | 2020-05-20 |
평점 | 4.29/5 총 14 개의 평점 |
개발자 | Alex |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://measuremate.xyz/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnapGuide", "description": "Chrome extension for measuring elements on page", "icons": { "128": "icon\/icon128.png", "48": "icon\/icon48.png", "16": "icon\/icon16.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "browser_action": { "default_title": "SnapGuide", "default_icon": "icon\/icon16.png" } }, "commands": { "toggle-snap-guide": { "suggested_key": { "default": "Alt+Shift+Z", "mac": "Alt+Shift+Z" }, "description": "Toggles SnapGuide" } }, "manifest_version": 2 } |