HyLighter

Testing Plugin

What is HyLighter?

HyLighter is a Chrome extension developed by hyluo94, and its main feature is "Testing Plugin".

Extension Screenshots

screenshot

Download HyLighter Extension CRX File

Download HyLighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It highlights selections of text on a page to; good for highlighting key information to review.                    

Extension Basic Information

Name HyLighter HyLighter
ID kamffcmhmfcabolfglfbofmocimkacie
Official URL https://chromewebstore.google.com/detail/hylighter/kamffcmhmfcabolfglfbofmocimkacie
Description Testing Plugin
File Size 11.43 KB
Installation Count 27
Current Version 1.0
Last Updated 2021-01-16
Publish Date 2021-01-15
Rating 5.00/5 Total 1 Ratings
Developer hyluo94
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}