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 |
| Eメール | [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": [
" | |