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 |
| 官方網址 | 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": [
" | |