HexenNail
Image Viewer for Pixel Art
HexenNail란 무엇입니까?
HexenNail은(는) heriet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image Viewer for Pixel Art"입니다.
확장 프로그램 스크린샷
HexenNail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ドット絵に特化したビューアを表示します。 ドット絵のパレットを閲覧したり、拡大・縮小を行うことが出来ます。
확장 프로그램 기본 정보
이름 | HexenNail |
ID | jbpddjleagpiemcicfblmiiakcclbioc |
공식 URL | https://chromewebstore.google.com/detail/hexennail/jbpddjleagpiemcicfblmiiakcclbioc |
설명 | Image Viewer for Pixel Art |
파일 크기 | 47.72 KB |
설치 횟수 | 40 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2013-08-24 |
출시 날짜 | 2013-08-24 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | heriet |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HexenNail", "description": "Image Viewer for Pixel Art", "version": "1.0.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/hexen_nail_16x16.png", "19": "icons\/hexen_nail_19x19.png", "32": "icons\/hexen_nail_32x32.png", "48": "icons\/hexen_nail_48x48.png", "128": "icons\/hexen_nail_128x128.png" }, "background": { "scripts": [ "js\/jquery-1.9.1.min.js", "js\/pixel_util.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/hexen_nail_19x19.png", "default_title": "Hexen Nail" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/pixel_tip.css", "css\/hexen_nail.css" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/pixel_util.js", "js\/hexen_nail.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/*\/", "https:\/\/*\/*", "contextMenus" ], "options_page": "options.html" } |