nmc Highlighter 1.4.3

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

Was ist nmc Highlighter 1.4.3?

nmc Highlighter 1.4.3 ist eine Chrome-Erweiterung, die von tinyShare entwickelt wurde, und ihr Hauptmerkmal ist "Programmable highlighter for multiple keywords, phrases, or RegEx expressions. Extract highlighted contents.".

Erweiterungsscreenshots

screenshot
screenshot

nmc Highlighter 1.4.3-Erweiterungs-CRX-Datei herunterladen

Laden Sie nmc Highlighter 1.4.3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name nmc Highlighter 1.4.3 nmc Highlighter 1.4.3
ID mjfnbgkmdioohkpjkkmkgnghjkbdgleg
Offizielle URL https://chromewebstore.google.com/detail/nmc-highlighter-143/mjfnbgkmdioohkpjkkmkgnghjkbdgleg
Beschreibung Programmable highlighter for multiple keywords, phrases, or RegEx expressions. Extract highlighted contents.
Dateigröße 205 KB
Installationsanzahl 71
Aktuelle Version 1.4.3
Letztes Update 2020-11-20
Veröffentlichungsdatum 2020-05-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tinyShare
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite http://www.tinyShare.info/privacy/privacy_policy.txt
Unterstützte Sprachen 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"
            }
        }
    }
}