Image File Name Popup
Image file name popup.
Image File Name Popup란 무엇입니까?
Image File Name Popup은(는) macha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image file name popup."입니다.
확장 프로그램 스크린샷
Image File Name Popup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
image file name popup. Show pop-up when you place the cursor over the image.
확장 프로그램 기본 정보
이름 | Image File Name Popup |
ID | ciifjhaiolekjnnekkbnnidegmmcjlca |
공식 URL | https://chromewebstore.google.com/detail/image-file-name-popup/ciifjhaiolekjnnekkbnnidegmmcjlca |
설명 | Image file name popup. |
파일 크기 | 90.51 KB |
설치 횟수 | 341 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-01-05 |
출시 날짜 | 2015-01-05 |
평점 | 4.00/5 총 6 개의 평점 |
개발자 | macha |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "css": [ "css\/style.css" ], "js": [ "jquery.min.js", "script.js", "js\/TweenMax.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Image file name popup.", "name": "Image File Name Popup", "permissions": [ "background", "tabs" ], "browser_action": { "default_icon": { "19": "pictos\/32.png", "38": "pictos\/128.png" }, "default_title": "Img File Name Popup" }, "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "manifest_version": 2, "version": "1.0" } |