Guides
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Guides란 무엇입니까?
Guides은(는) Stefano Vollono에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned"입니다.
확장 프로그램 스크린샷
Guides 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned. 1. ESC key or click on browser icon to exit/enter the application. 2. Double click on a ruler to create a new guide. 3. Double click on a guide to delete it.
확장 프로그램 기본 정보
이름 | Guides |
ID | hfpokjeoalngkknelljbenaobinichjf |
공식 URL | https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf |
설명 | This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned |
파일 크기 | 14.65 KB |
설치 횟수 | 2,014 |
현재 버전 | 2.1.1 |
최근 업데이트 | 2022-03-22 |
출시 날짜 | 2017-06-24 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | Stefano Vollono |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/StefanoVollono/guides |
도움말 페이지 URL | https://github.com/StefanoVollono/guides/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Guides", "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned", "version": "2.1.1", "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "images\/icons\/icon19.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "images\/hruler.png", "images\/vruler.png" ], "matches": [ " |