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ファイルをダウンロード
Multi Find: Search and Highlight拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |