Highly Highlighter

Highlight to share.

What is Highly Highlighter?

Highly Highlighter is a Chrome extension developed by http://highly.co, and its main feature is "Highlight to share.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Highly Highlighter Extension CRX File

Download Highly Highlighter 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

                        Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing.

Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere.

Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.                    

Extension Basic Information

Name Highly Highlighter Highly Highlighter
ID hjpahjhcglfdopbholajmhpamgblhjhg
Official URL https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg
Description Highlight to share.
File Size 1.29 MB
Installation Count 8,616
Current Version 3.18
Last Updated 2018-11-13
Publish Date 2018-11-13
Rating 4.30/5 Total 388 Ratings
Developer http://highly.co
Email [email protected]
Payment Type free
Extension Website http://www.highly.co
Help Page URL http://www.highly.co/howto
Privacy Policy Page URL http://www.highly.co/legal
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highly Highlighter",
    "short_name": "Highly",
    "description": "Highlight to share.",
    "version": "3.18",
    "options_page": "html\/highly_options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "javascript\/foundation-chrome-background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "js": [
                "javascript\/foundation-chrome-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Highly \u2192 Type [ ! ] to Highlight",
        "default_icon": "\/images\/chrome-button-off.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png",
        "html\/highly_welcome.html",
        "fonts\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/hicon_16.png",
        "32": "images\/hicon_32.png",
        "48": "images\/hicon_48.png",
        "128": "images\/hicon_128.png"
    }
}