Alt Attribute Viewer
Apps display the alt attribute while browsing the web site.
Alt Attribute Viewer란 무엇입니까?
Alt Attribute Viewer은(는) webgoto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Apps display the alt attribute while browsing the web site."입니다.
확장 프로그램 스크린샷
Alt Attribute Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。 alt属性が存在しない場合、[None]と表示されます。 alt属性が空の場合、[Empty]と表示されます。 WEBサイト開発時の確認にお使いください。
확장 프로그램 기본 정보
이름 | Alt Attribute Viewer |
ID | jdbchghhjaomjaagmhdgcdhijjjinbli |
공식 URL | https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli |
설명 | Apps display the alt attribute while browsing the web site. |
파일 크기 | 28.26 KB |
설치 횟수 | 1,359 |
현재 버전 | 1.15 |
최근 업데이트 | 2021-01-27 |
출시 날짜 | 2016-06-22 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | webgoto |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon19_off.png", "default_title": "to ON" }, "description": "Apps display the alt attribute while browsing the web site.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Alt Attribute Viewer", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.15" } |