Find Many Strings
Search and highlight multiple strings in webpages
Find Many Strings란 무엇입니까?
Find Many Strings은(는) http://psankar.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and highlight multiple strings in webpages"입니다.
확장 프로그램 스크린샷
Find Many Strings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Find Many Strings" lets you search and highlight multiple words in a webpage. The difference between the browser's in-built Find feature and FMS is that, for every word you search, the word is highlighted in a different color and the highlights of the old searches don't disappear. WARNING: You need to reload all the tabs, if you want the extension to work on the tabs that were open prior to the installation of the extension. The extension is open sourced and you can feel safe about installing it with the permissions it asks for. The permissions are needed to draw the highlighting bar in your pages. *None of the accessed data is stored anywhere*. You can check the sources yourself, if interested at: https://github.com/curiosity/Find-Many-Strings New feature by Varunkumar Nagarajan: Select a text and call FMS, the selected word will be autofilled in the search box, and various other bug fixes. Feel free to email me for any questions, feedback, comments etc. on [email protected]
확장 프로그램 기본 정보
이름 | |
ID | phabnclfbnmhmoipebjdfhkiacojlcnc |
공식 URL | https://chrome.google.com/webstore/detail/find-many-strings/phabnclfbnmhmoipebjdfhkiacojlcnc |
설명 | Search and highlight multiple strings in webpages |
파일 크기 | 53.94 KB |
설치 횟수 | 1,555 |
현재 버전 | 1.6 |
최근 업데이트 | 2022-07-18 |
출시 날짜 | 2013-09-25 |
평점 | 3.04/5 총 46 개의 평점 |
개발자 | http://psankar.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://psankar.blogspot.com/2011/08/introducing-find-many-strings-chrome.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find Many Strings", "version": "1.6", "description": "Search and highlight multiple strings in webpages", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |