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