Hiliter
Highlights some words on webpages, using internal customizable dictionary.
Hiliterとは何ですか?
Hiliterはorleanzによって開発されたChromeの拡張機能で、その主な機能は「Highlights some words on webpages, using internal customizable dictionary.」です。
拡張機能のスクリーンショット
Hiliter拡張機能のCRXファイルをダウンロード
Hiliter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this tool when you want some words to be highlighted on any web page you visit, by dotted underline, based on internal customizable dictionary. This tool has builtin support for three East Slavic Languages - Russian, Ukranian and Belorussian. You can add your own languages too, via settings.
拡張機能の基本情報
名前 | Hiliter |
ID | cjejpgkfacknedfndnkokekgjflhpbhc |
公式URL | https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc |
説明 | Highlights some words on webpages, using internal customizable dictionary. |
ファイルサイズ | 170 KB |
インストール数 | 40 |
現在のバージョン | 1.2 |
最終更新日 | 2015-04-27 |
公開日 | 2015-04-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | orleanz |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hiliter", "description": "Highlights some words on webpages, using internal customizable dictionary.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "background": { "scripts": [ "events.js", "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon.png" } } |