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.」です。
拡張機能のスクリーンショット
nmc Highlighter 1.4.3拡張機能のCRXファイルをダウンロード
nmc Highlighter 1.4.3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
}
} | |