Quick Link Finder
Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse.
Quick Link Finder란 무엇입니까?
Quick Link Finder은(는) js extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse."입니다.
확장 프로그램 스크린샷
Quick Link Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Description: You can search and click a link in a web page without using a mouse. Chrome-equivalent of Firefox's quick find (links only). How to Use: - type a single quote ( ' ) to start search for a link in a web page - hit Enter to click a highlighted link - (or hit Tab to navigate among the matched links) - ESC to close the search field - (or it automatically closes itself after 5 sec. of inactivity) That's it! Changes in 1.3.7 - Added websites to exclude - Styling consistency - Manifest v2 Changes in 1.0.9 - img element's alt attribute is also traversed Changes in 1.1.0 - it will open a link in a new tab when you hit enter while CTRL is being pressed Changes in 1.2.0 - User's preference for link highlight color Plugins Used: - Color Picker - http://acko.net/dev/farbtastic Any feedback is appreciated. Thank you!
확장 프로그램 기본 정보
이름 | Quick Link Finder |
ID | joilmblholecadnhkhdbmigofeiekplp |
공식 URL | https://chromewebstore.google.com/detail/quick-link-finder/joilmblholecadnhkhdbmigofeiekplp |
설명 | Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse. |
파일 크기 | 1.75 MB |
설치 횟수 | 127 |
현재 버전 | 1.3.11 |
최근 업데이트 | 2019-02-21 |
출시 날짜 | 2019-02-20 |
평점 | 4.22/5 총 9 개의 평점 |
개발자 | js extensions |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://aws-website-googlechromeextensionsprivacypolicy-qe7q1.s3-website-us-east-1.amazonaws.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Link Finder", "version": "1.3.11", "description": "Chrome-equivalent of Firefox's quick find (links only). You can search and click a link in a web page without using a mouse.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "quick-link-finder.css" ], "js": [ "lib\/jquery\/jquery-1.5.1.min.js", "quick-link-finder.js" ] } ], "permissions": [ "tabs", "storage" ], "options_page": "options.html", "manifest_version": 2 } |