Outliner
This extension outlines all the DOM elements on a page
Outliner란 무엇입니까?
Outliner은(는) Zach Baker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension outlines all the DOM elements on a page"입니다.
확장 프로그램 스크린샷
Outliner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Exposes DOM element boundaries with dashed outlines.
확장 프로그램 기본 정보
이름 | Outliner |
ID | hmdacajmldpieoadpgloddgkeamdhoka |
공식 URL | https://chromewebstore.google.com/detail/outliner/hmdacajmldpieoadpgloddgkeamdhoka |
설명 | This extension outlines all the DOM elements on a page |
파일 크기 | 15.99 KB |
설치 횟수 | 1,001 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-03-08 |
출시 날짜 | 2016-03-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Zach Baker |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outliner", "description": "This extension outlines all the DOM elements on a page", "version": "1.0.1", "icons": { "16": "icon.outliner.16.png", "48": "icon.outliner.48.png", "128": "icon.outliner.128.png" }, "browser_action": { "default_icon": "icon.outliner.48.png", "default_title": "Add some purple outlines" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |