Href Viewer plus
a要素に設定された href属性を見える化します。
Href Viewer plus란 무엇입니까?
Href Viewer plus은(는) Misaki Shibata에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a要素に設定された href属性を見える化します。"입니다.
확장 프로그램 스크린샷
Href Viewer plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
a要素に設定された href属性を見える化します。 --------------- 更新履歴 ---------------
확장 프로그램 기본 정보
이름 | |
ID | kgjhaagckoeclebnldhaflioaeeemajc |
공식 URL | https://chrome.google.com/webstore/detail/kgjhaagckoeclebnldhaflioaeeemajc |
설명 | a要素に設定された href属性を見える化します。 |
파일 크기 | 26.11 KB |
설치 횟수 | 37 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2016-04-27 |
출시 날짜 | 2016-04-27 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Misaki Shibata |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "db.js" ] }, "browser_action": { "default_icon": "icon-48.png", "default_title": "Href Viewer plus" }, "description": "a\u8981\u7d20\u306b\u8a2d\u5b9a\u3055\u308c\u305f href\u5c5e\u6027\u3092\u898b\u3048\u308b\u5316\u3057\u307e\u3059\u3002", "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "Href Viewer plus", "short_name": "Href Viewer", "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0" } |