tachyons-x-ray
Browser extension for tachyons-debug
tachyons-x-ray란 무엇입니까?
tachyons-x-ray은(는) https://tachyons.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for tachyons-debug"입니다.
확장 프로그램 스크린샷
tachyons-x-ray 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BETA Toggle a background grid on any webpage which can help you line elements up vertically and horizontally with each other. Sometimes across large amounts of whitespace it can be tough to see if things are aligned. The background grid comes in an 8px grid.920
확장 프로그램 기본 정보
이름 | tachyons-x-ray |
ID | lbepbkiknibiobnbanhggglkmpkbdiim |
공식 URL | https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim |
설명 | Browser extension for tachyons-debug |
파일 크기 | 32.03 KB |
설치 횟수 | 1,751 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2016-09-14 |
출시 날짜 | 2016-09-14 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | https://tachyons.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tachyons.io/docs/debug-grid/ |
도움말 페이지 URL | https://github.com/johnotander/tachyons-x-ray |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tachyons-x-ray", "description": "Browser extension for tachyons-debug", "version": "1.2.1", "background": { "persistent": false, "scripts": [ "index.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19x.png", "38": "icons\/icon38x.png" } }, "permissions": [ "activeTab" ] } |