123 Multi-Highlight PRO

Search and highlight multiple words and sentences on web pages with professional precision.

123 Multi-Highlight PRO란 무엇입니까?

123 Multi-Highlight PRO은(는) https://titanplugins.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and highlight multiple words and sentences on web pages with professional precision."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

123 Multi-Highlight PRO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Highlight multiple words with different colors, get real time stats and make complex search queries.

Imagine this extension as a search wizard for web pages! If you use * in your query, it acts like a magic key that can represent any word. So, if you search "I * unicorns" it finds sentences like "I love unicorns" and "I hate unicorns". It's like having a super-smart search that understands the magic behind your words!

Privacy is our priority! 123 Highlighter PRO respects your privacy. All your data stays on your local machine, and we don't access or save your queries.                    

확장 프로그램 기본 정보

이름 123 Multi-Highlight PRO 123 Multi-Highlight PRO
ID begjjnkmpjhpleiefokjhfenionaffkn
공식 URL https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn
설명 Search and highlight multiple words and sentences on web pages with professional precision.
파일 크기 2.4 MB
설치 횟수 206
현재 버전 2.0.2
최근 업데이트 2024-01-04
출시 날짜 2021-12-28
평점 5.00/5 총 12 개의 평점
개발자 https://titanplugins.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://titanplugins.com/123mhp
도움말 페이지 URL https://titanplugins.com/123mhp
개인정보 보호 정책 페이지 URL https://titanplugins.com/123mhp-privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "123 Multi-Highlight PRO",
    "description": "Search and highlight multiple words and sentences on web pages with professional precision.",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "123 Multi-Highlight PRO",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/app_icon.png",
            "48": "\/icons\/app_icon.png",
            "128": "\/icons\/app_icon.png"
        }
    },
    "icons": {
        "128": "\/icons\/app_icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    }
}