8chan Image expander
Expands images on 8chanX when hovered on.
8chan Image expander란 무엇입니까?
8chan Image expander은(는) calza27에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Expands images on 8chanX when hovered on."입니다.
확장 프로그램 스크린샷
8chan Image expander 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will expand images on 8chan when they're moused over. Works with all picture types, and webms. Images will be displayed at their natural resolution, and if their wider than 960 pixels, the image will be scaled back to a width of 960px accordingly. Same for the height, but it will be scaled back to 810px. Webms will be displayed at 960 X 540, half the resolution of 1920X 1080. ===== Version History ===== v1.4.0 - 8chan Image Expander released -Expands images and webms on hover v1.4.5 - Added in pictures moving in right hand side of screen with cursor movement v1.4.7 - Images now appear in the top right hand corner of browser window - Removed cursor tracing If there are any issues feel free to email me at [email protected]
확장 프로그램 기본 정보
이름 | |
ID | eppjgiadijagdghkdfgjcpkmmjhdcnll |
공식 URL | https://chrome.google.com/webstore/detail/8chan-image-expander/eppjgiadijagdghkdfgjcpkmmjhdcnll |
설명 | Expands images on 8chanX when hovered on. |
파일 크기 | 122 KB |
설치 횟수 | 158 |
현재 버전 | 1.4.7 |
최근 업데이트 | 2014-09-23 |
출시 날짜 | 2014-09-23 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | calza27 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "8chan Image expander", "version": "1.4.7", "description": "Expands images on 8chanX when hovered on.", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-1.11.1.js", "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/8chan.co\/*" ] } ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" } } |