Persistent Highlighter
A watered-down port of Prostetnic Highlighter
什么是Persistent Highlighter?
Persistent Highlighter是由n8chz开发的Chrome扩展程序,该扩展的主要功能是“A watered-down port of Prostetnic Highlighter”。
扩展截图
下载Persistent Highlighter扩展crx文件
下载Persistent Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
So far,
highlights the text on the page,
stores url and highlight text as key/value pair in local storage,
re-highlights text passages when we re-visit a URL, and
previous highlights are searchable by word.
Doesn't work on Disqus comments, and some other websites. Working on that... 扩展基本信息
| 名称 | |
| ID | njeijipoihldmgnelkdhohadaigobeml |
| 官方URL | https://chromewebstore.google.com/detail/persistent-highlighter/njeijipoihldmgnelkdhohadaigobeml |
| 简介 | A watered-down port of Prostetnic Highlighter |
| 文件大小 | 54.08 KB |
| 安装次数 | 620 |
| 当前版本 | 0.0.6 |
| 更新时间 | 2016-09-26 |
| 上架时间 | 2016-09-25 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | n8chz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/n8chz/prostetnic-chrome |
| 帮助页面URL | https://github.com/n8chz/prostetnic-chrome/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Persistent Highlighter",
"version": "0.0.6",
"description": "A watered-down port of Prostetnic Highlighter",
"homepage_url": "https:\/\/github.com\/n8chz\/prostetnic-chrome\/tree\/multicolor",
"permissions": [
"contextMenus",
"activeTab",
"storage",
"unlimitedStorage"
],
"icons": {
"128": "hilite.png"
},
"background": {
"scripts": [
"menu.js"
]
},
"content_scripts": [
{
"matches": [
" | |