nmc Highlighter 1.4.3

Programmable highlighter for multiple keywords, phrases, or RegEx expressions. Extract highlighted contents.

nmc Highlighter 1.4.3란 무엇입니까?

nmc Highlighter 1.4.3은(는) tinyShare에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Programmable highlighter for multiple keywords, phrases, or RegEx expressions. Extract highlighted contents."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

nmc Highlighter 1.4.3 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It is an advanced "Concept Search" tool, a concept highlighter, a phrase highlighter, with convenient manual highlight mode. 

It is a prefect tool for enhanced reading productivity, or for extracting text/data/information from a web page. 

It works ONLY as a Chrome Extension, there is no separate desktop version of the software - though there is an Acrobat Add-on that works with Acrobat Reader/Pro DC on PDF files.

It is cloud based. In basic mode, one does not need a user account.                    

확장 프로그램 기본 정보

이름 nmc Highlighter 1.4.3 nmc Highlighter 1.4.3
ID mjfnbgkmdioohkpjkkmkgnghjkbdgleg
공식 URL https://chromewebstore.google.com/detail/nmc-highlighter-143/mjfnbgkmdioohkpjkkmkgnghjkbdgleg
설명 Programmable highlighter for multiple keywords, phrases, or RegEx expressions. Extract highlighted contents.
파일 크기 205 KB
설치 횟수 71
현재 버전 1.4.3
최근 업데이트 2020-11-20
출시 날짜 2020-05-19
평점 5.00/5 총 2 개의 평점
개발자 tinyShare
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL http://www.tinyShare.info/privacy/privacy_policy.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nmc Highlighter 1.4.3",
    "version": "1.4.3",
    "manifest_version": 2,
    "description": "Programmable highlighter for multiple keywords, phrases, or RegEx expressions.  Extract highlighted contents.",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/3rdparty\/jquery.1.12.1.min.js",
            "scripts\/host_config.js",
            "scripts\/background.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "http:\/\/www.nmcomputing.com\/",
        "https:\/\/www.nmcomputing.com\/"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "nmc Highlighter  1.4.3",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.js"
    ],
    "content_security_policy": "script-src 'self'  ; object-src 'self' ",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Space",
                "mac": "Command+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    }
}