Highlight Me
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Highlight Meとは何ですか?
Highlight MeはFaycal Bessayahによって開発されたChromeの拡張機能で、その主な機能は「This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…」です。
拡張機能のスクリーンショット
Highlight Me拡張機能のCRXファイルをダウンロード
Highlight Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple tool allows you to highlight selected text on web pages.
- You can choose among a variety of background colors.
- You can point out important information in long web pages by highlighting text with your mouse.
* You need to refresh opened pages after installation. 拡張機能の基本情報
| 名前 | |
| ID | ddpcccogmbnjklniagfkclpbohhaoidf |
| 公式URL | https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf |
| 説明 | This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You… |
| ファイルサイズ | 265 KB |
| インストール数 | 27 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2021-03-14 |
| 公開日 | 2021-01-09 |
| 開発者 | Faycal Bessayah |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Highlight Me",
"version": "1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"colorPick.css"
],
"js": [
"content.js"
]
}
],
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "Highlight.png",
"default_popup": "index.html",
"default_title": "Highlight Me"
}
} | |