HyLighter
Testing Plugin
什么是HyLighter?
HyLighter是由hyluo94开发的Chrome扩展程序,该扩展的主要功能是“Testing Plugin”。
扩展截图
下载HyLighter扩展crx文件
下载HyLighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It highlights selections of text on a page to; good for highlighting key information to review.
扩展基本信息
名称 | HyLighter |
ID | kamffcmhmfcabolfglfbofmocimkacie |
官方URL | https://chromewebstore.google.com/detail/hylighter/kamffcmhmfcabolfglfbofmocimkacie |
简介 | Testing Plugin |
文件大小 | 11.43 KB |
安装次数 | 27 |
当前版本 | 1.0 |
更新时间 | 2021-01-16 |
上架时间 | 2021-01-15 |
评分 | 5.00/5 共1次评分 |
开发者 | hyluo94 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HyLighter", "description": "Testing Plugin", "version": "1.0", "browser_action": { "default_icon": "pen.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "pen.png", "48": "pen.png", "128": "pen.png" } } |