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 |
| 电子邮箱 | [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"
}
}
}
} | |