@4x
Spoofing to get dem supersex retina resolution emoticons from hipchat
@4x란 무엇입니까?
@4x은(는) leucochroic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spoofing to get dem supersex retina resolution emoticons from hipchat"입니다.
@4x 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Made so you can enjoy your custom emoticons at a size not for ants! Extensions spoofs device pixel ratio to convince Hipchat webclient to serve 4x/retina resolution emoticons then scales resizes them based on preferences. Additionally allows for resizing of image/video preview by clicking and dragging on the image (a la Reddit Enhancement Suite). - As of 4.3 added an options page to allow changing of the size of emoticons. Also fixed a bug where aspect ratio was still distorting for uploaded image files. - As of 4.2 the bug responsible for distorting the aspect ratio of images when resizing has been fixed. - As of 4.0 resizing is less intrusive and basically works like Reddit Enhancement Suite's resizing. Also the resizing works on video and file upload previews when it previously did not. - As of 3.1 the resizing bar has become a resizing handle is much much less jank. - As of 3.0 now adds janky resizing bar to image previews.
확장 프로그램 기본 정보
이름 | |
ID | nmcieofapjcebpedifbfpfjideilbacg |
공식 URL | https://chromewebstore.google.com/detail/4x/nmcieofapjcebpedifbfpfjideilbacg |
설명 | Spoofing to get dem supersex retina resolution emoticons from hipchat |
파일 크기 | 33.53 KB |
설치 횟수 | 18 |
현재 버전 | 5.1 |
최근 업데이트 | 2016-06-15 |
출시 날짜 | 2016-06-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | leucochroic |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "@4x", "description": "Spoofing to get dem supersex retina resolution emoticons from hipchat", "version": "5.1", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "https:\/\/*.hipchat.com\/*", "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.hipchat.com\/*" ], "css": [ "makeembigger.css" ], "js": [ "@4x_bootstrapper.js" ] } ], "icons": { "128": "text3555.png" }, "web_accessible_resources": [ "@4x_injected_script.js" ], "options_page": "options.html" } |