Foragear- Quick Search Tool
Autoscroll to relevant sections of a page and have relevant keywords/ phrases highlighted
Foragear- Quick Search Tool란 무엇입니까?
Foragear- Quick Search Tool은(는) Gideon Tay Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autoscroll to relevant sections of a page and have relevant keywords/ phrases highlighted"입니다.
확장 프로그램 스크린샷
Foragear- Quick Search Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enhance the google search experience by highlighting and navigating to key phrases and words. This is especially useful for long webpages and when conducting research on the web. How it works: - After each Google search, small clickable icons appear beside each search result. - When the icon is clicked, the relevant webpage opens in a new tab. - In the webpage, key phrases corresponding to the search description (the grey text under each search result) is highlighted in pink. The page auto scrolls to the first highlighted phrase. - Other keywords (based on the initial google search query) are highlighted in yellow. - Remove highlights by clicking on the icon in the chrome extension bar which opens a popup. Note: Foragear only works with the Google search engine Happy searching! *If you enjoy using Foragear and hope to give a tip, feel free to Paypal me at: paypal.me/paygideon (default currency is SGD, feel free to change. Prefer SGD/USD) -------------------- v1.0.1 updates: - fixed bugs that prevented it from working after Google's chrome update - enhanced the keyword highlighting function for increased accuracy and relevance
확장 프로그램 기본 정보
이름 | Foragear- Quick Search Tool |
ID | cldhjjcfiadipgdiiklpdhdkkakacdbm |
공식 URL | https://chromewebstore.google.com/detail/foragear-quick-search-too/cldhjjcfiadipgdiiklpdhdkkakacdbm |
설명 | Autoscroll to relevant sections of a page and have relevant keywords/ phrases highlighted |
파일 크기 | 19.31 KB |
설치 횟수 | 379 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-05-26 |
출시 날짜 | 2020-06-03 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Gideon Tay Dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Foragear- Quick Search Tool", "manifest_version": 2, "version": "1.0.2", "description": "Autoscroll to relevant sections of a page and have relevant keywords\/ phrases highlighted", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "contentmain.js" ], "matches": [ "https:\/\/www.google.com\/search?*", "http:\/\/www.google.com\/search?*" ] } ], "web_accessible_resources": [ "icons\/*.png" ], "page_action": { "default_title": "Foragear- Quick Search Tool", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", " |