Preview - Sneak peak at links
ALT+Click links for a popup preview
Preview - Sneak peak at links란 무엇입니까?
Preview - Sneak peak at links은(는) benamara.otniel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ALT+Click links for a popup preview"입니다.
확장 프로그램 스크린샷
Preview - Sneak peak at links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of context switches and too many tabs? Get a sneak peak preview of links. Press the ALT key when clicking a link and a preview popup will appear! don't worry about those popups, they automatically disappear when the popup loses focus.
확장 프로그램 기본 정보
이름 | Preview - Sneak peak at links |
ID | eogpejkjgbbhikkebmpbcdglbnjllfai |
공식 URL | https://chromewebstore.google.com/detail/preview-sneak-peak-at-lin/eogpejkjgbbhikkebmpbcdglbnjllfai |
설명 | ALT+Click links for a popup preview |
파일 크기 | 103 KB |
설치 횟수 | 1,004 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2017-05-05 |
출시 날짜 | 2017-05-04 |
평점 | 3.41/5 총 22 개의 평점 |
개발자 | benamara.otniel |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.preview.guru |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Preview - Sneak peak at links", "version": "0.0.2", "manifest_version": 2, "description": "ALT+Click links for a popup preview", "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "web_accessible_resources": [ "static\/*" ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "all_frames": true, "match_about_blank": true }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "all_frames": true, "js": [ "js\/jquery-1.12.4.min.js", "src\/inject\/content.js" ] } ] } |