HTML Outline
Tool to display an HTML Outline
HTML Outline란 무엇입니까?
HTML Outline은(는) https://www.rectus.co.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to display an HTML Outline"입니다.
확장 프로그램 스크린샷
HTML Outline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HTMLページでのアウトラインが簡単に分かるツールです。 見出しと判別されたタグの種類やセクショニング要素を使っている場合はその種類が分かります。 見出しタグに画像だけが存在する場合は alt 属性を表示します。
확장 프로그램 기본 정보
이름 | |
ID | bbdofojliblplnpnjjckgbbobblppipj |
공식 URL | https://chromewebstore.google.com/detail/html-outline/bbdofojliblplnpnjjckgbbobblppipj |
설명 | Tool to display an HTML Outline |
파일 크기 | 231 KB |
설치 횟수 | 247 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-11-28 |
출시 날짜 | 2022-01-06 |
개발자 | https://www.rectus.co.jp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.rectus.co.jp/tool/htmloutline.html |
도움말 페이지 URL | https://www.rectus.co.jp/tool/htmloutline.html |
개인정보 보호 정책 페이지 URL | https://www.rectus.co.jp/company/privacy.html |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_shortname__", "version": "1.0.2", "description": "__MSG_ext_description__", "default_locale": "ja", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_ext_name__", "default_icon": { "19": "icons\/icon-19.png" } }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ " |