Twillus - Quick Image Preview for Twitter
Preview thumbnail images largely with the shift key.
Twillus - Quick Image Preview for Twitter란 무엇입니까?
Twillus - Quick Image Preview for Twitter은(는) Garnet3106에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview thumbnail images largely with the shift key."입니다.
확장 프로그램 스크린샷
Twillus - Quick Image Preview for Twitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[v2.0.0 UPDATE] * Rename Twitter Image Preview to Twillus. * Add download button. * Add maximum zoom on Ctrl + Shift + Cursor. * Add shortcut feature on the menu. Enlarge thumbnail images on Twitter! All you have to do is to place the cursor over an image and press the shift key. If you want to see the details, press Ctrl + Shift to turn on maximum zoom! Useful menu items (shortcut key): - Close preview (C) - Open in a new tab (N) - Quick download (D) - Show help (H) Please share this extension on Twitter if you like it!
확장 프로그램 기본 정보
이름 | Twillus - Quick Image Preview for Twitter |
ID | knpbokpcebojngoedkolnmnjghakiadp |
공식 URL | https://chromewebstore.google.com/detail/twillus-quick-image-previ/knpbokpcebojngoedkolnmnjghakiadp |
설명 | Preview thumbnail images largely with the shift key. |
파일 크기 | 20.83 MB |
설치 횟수 | 275 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2022-01-25 |
출시 날짜 | 2021-05-17 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Garnet3106 |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://twitter.com/Garnet3106 |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "lib\/img\/icons\/logo_16.png", "48": "lib\/img\/icons\/logo_48.png", "128": "lib\/img\/icons\/logo_128.png" }, "default_title": "__MSG_extName__" }, "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "lib\/img\/icons\/logo_16.png", "48": "lib\/img\/icons\/logo_48.png", "128": "lib\/img\/icons\/logo_128.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "version": "2.0.0", "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "src\/tweets.css", "lib\/js\/drift-basic.min.css" ] } ] } |