Zoom for Twitter®
Allows for zooming of images on twitter®
Zoom for Twitter®란 무엇입니까?
Zoom for Twitter®은(는) Olumide에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows for zooming of images on twitter®"입니다.
확장 프로그램 스크린샷
Zoom for Twitter® 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Updated to work with the new twitter layout! This extension allows you to zoom-in on twitter gallery pictures and photos. It allows you to zoom-in up to 50 times the current size. The level of zoom is controlled by scrolling in the zoomed picture.
확장 프로그램 기본 정보
이름 | Zoom for Twitter® |
ID | nnpfigodphdaapfmkbgmkljndjckkegk |
공식 URL | https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk |
설명 | Allows for zooming of images on twitter® |
파일 크기 | 38.42 KB |
설치 횟수 | 2,544 |
현재 버전 | 2.0.0.1 |
최근 업데이트 | 2020-04-14 |
출시 날짜 | 2020-04-08 |
평점 | 3.60/5 총 20 개의 평점 |
개발자 | Olumide |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "zoom.js" ], "css": [ "css\/zoom.css" ], "matches": [ "*:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "Allows for zooming of images on twitter\u00ae", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Zoom for Twitter\u00ae", "short_name": "Zoom", "version": "2.0.0.1" } |