Hyliter

Saves selected bits of text from your browsing.

What is Hyliter?

Hyliter is a Chrome extension developed by Bibek Ghimire, and its main feature is "Saves selected bits of text from your browsing.".

Extension Screenshots

screenshot

Download Hyliter Extension CRX File

Download Hyliter 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

                        Save important text for later while browsing the web.

You can save quotes, confirmation numbers, or even personal notes.                    

Extension Basic Information

Name Hyliter Hyliter
ID nhiannhalledfohikpmbclkalcknilcg
Official URL https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg
Description Saves selected bits of text from your browsing.
File Size 63.43 KB
Installation Count 31
Current Version 0.1
Last Updated 2017-01-02
Publish Date 2017-01-02
Rating 5.00/5 Total 2 Ratings
Developer Bibek Ghimire
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyliter",
    "description": "Saves selected bits of text from your browsing.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "View Hylites",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/hyliter.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}