Quick Link Previews
Get a quick preview of links before visiting.
Quick Link Previews란 무엇입니까?
Quick Link Previews은(는) eli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a quick preview of links before visiting."입니다.
Quick Link Previews 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When browsing the web, Quick Link Previews gives you a little snippit of the most important information when hovering over links. - When hovering over Youtube links, see a thumbnail of the video and its most important stats - On imgur album links see the first few images - For URL shorteners like bit.ly and tinyurl, see information about the link they go to - And a special view for links to HackerNews posts
확장 프로그램 기본 정보
이름 | ![]() |
ID | khoepplcccpkapgkplpflhacbbamcbap |
공식 URL | https://chrome.google.com/webstore/detail/quick-link-previews/khoepplcccpkapgkplpflhacbbamcbap |
설명 | Get a quick preview of links before visiting. |
파일 크기 | 15.38 KB |
설치 횟수 | 37 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2014-10-06 |
출시 날짜 | 2014-10-06 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | eli |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Link Previews", "short_name": "Link Preview", "version": "1.0.1", "description": "Get a quick preview of links before visiting.", "homepage_url": "https:\/\/github.com\/TheSavior\/LinkViewer\/", "manifest_version": 2, "permissions": [ "tabs", "contentSettings" ], "authors": "Open Source Contributors", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "ext-css.css" ], "js": [ "ext.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "frame\/index.html", "frame\/main.js", "frame\/total.css" ] } |