Multi Find: Search and Highlight
Find and highlight multiple words on webpages. Count occurrences, scroll to the results and locate words with scrollbar marks.
Multi Find: Search and Highlight란 무엇입니까?
Multi Find: Search and Highlight은(는) https://multifind.vgreco.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find and highlight multiple words on webpages. Count occurrences, scroll to the results and locate words with scrollbar marks."입니다.
확장 프로그램 스크린샷
Multi Find: Search and Highlight 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Multi Find allows you to smoothly search and highlight fragments, words or phrases within any webpage. Multi Find is Unicode-friendly: it can handle non-English characters (Chinese, Japanese etc.) and special symbols. You can also turn on and off case or diacritic sensitiveness. It works on iframes and dynamically loaded content (regular webpage but also blogs, forums and even video subtitles). What you see in the input box is what you get in the webpage, as the input box is formatted exactly like the result of the highlighting. An addition, the list of words can be manipulated through a toolbar. Other notable features of Multi Find: - Four ways to fill the input box: by directly typing into it, by copying and pasting, by loading a text file or by selecting a word on the webpage and using the contextual menu (right-click). - Persistant list of words across different tabs, browser windows, and future sessions (local storage only, nothing is in the cloud) - Number of occurrences for each searched word and the total count - Navigation buttons to scroll through the occurrences of highlighted words - Scrollbar marks to easily locate the highlighted words within the page - Full customization of the interface (including dark theme) through persistent settings.
확장 프로그램 기본 정보
이름 | Multi Find: Search and Highlight |
ID | dffaiikpbncahnghlfnkhagffaemhgfo |
공식 URL | https://chromewebstore.google.com/detail/multi-find-search-and-hig/dffaiikpbncahnghlfnkhagffaemhgfo |
설명 | Find and highlight multiple words on webpages. Count occurrences, scroll to the results and locate words with scrollbar marks. |
파일 크기 | 141 KB |
설치 횟수 | 1,261 |
현재 버전 | 1.63 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2023-02-12 |
평점 | 4.47/5 총 17 개의 평점 |
개발자 | https://multifind.vgreco.fr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://multifind.vgreco.fr/ |
지원되는 언어 | en,en-GB,en-US,fr,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_man_name__", "default_locale": "en", "version": "1.63", "description": "__MSG_man_descript__", "permissions": [ "storage", "webNavigation", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "background": { "service_worker": "sw.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "multi-find-element.js" ], "matches": [ " |