Highlighter
Make creating ,viewing and managing highlight easier
Highlighterとは何ですか?
HighlighterはLeNoobによって開発されたChromeの拡張機能で、その主な機能は「Make creating ,viewing and managing highlight easier」です。
拡張機能のスクリーンショット
Highlighter拡張機能のCRXファイルをダウンロード
Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HIGHLIGHTER I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. ===================== INSTALLATION + After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser. ===================== CURRENT FEATURES + Highlight selected text + Change highlight colour + Remove highlight + Bookmark highlighted sites + Bulk remove highlights from the popup + Enable/Disable highlight from the popup
拡張機能の基本情報
名前 | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
公式URL | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
説明 | Make creating ,viewing and managing highlight easier |
ファイルサイズ | 1.2 MB |
インストール数 | 1,847 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-07-31 |
公開日 | 2019-01-10 |
評価 | 3.68/5 合計 25 レビュー |
開発者 | LeNoob |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ilenoob.github.io/highlighter |
ヘルプページのURL | https://ilenoob.github.io/highlighter |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "short_name": "Highlighter", "description": "Make creating ,viewing and managing highlight easier", "version": "1.0.1", "icons": { "16": "assets\/highlight_16.png", "32": "assets\/highlight_32.png", "64": "assets\/highlight_64.png" }, "action": { "default_title": "Highlighter", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |