Search Terms Finder
Find the terms from last search in current page, with jump-to-term links and highlighting.
Search Terms Finder란 무엇입니까?
Search Terms Finder은(는) Zvi Adamovsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the terms from last search in current page, with jump-to-term links and highlighting."입니다.
확장 프로그램 스크린샷
Search Terms Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension icon is enabled in any page navigated from search results. Click to quickly find/highlight search terms in the current page. Google and Bing are supported by default, other search engines can be added using extension's options. Inspired by SearchWP Firefox extension. New in v2.1: support multiple words wrapped in quotes.
확장 프로그램 기본 정보
이름 | Search Terms Finder |
ID | nlngijlbkkbebjhdmapcjgplnademcne |
공식 URL | https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne |
설명 | Find the terms from last search in current page, with jump-to-term links and highlighting. |
파일 크기 | 53.81 KB |
설치 횟수 | 222 |
현재 버전 | 2.1 |
최근 업데이트 | 2017-12-10 |
출시 날짜 | 2017-12-10 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | Zvi Adamovsky |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Terms Finder", "description": "Find the terms from last search in current page, with jump-to-term links and highlighting.", "version": "2.1", "background": { "persistent": false, "scripts": [ "rules.js", "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "128": "icon128.png" }, "permissions": [ "webNavigation", "activeTab", "storage" ] } |