Copy Highlighted HTML

Copy the highlighted text in HTML format.

What is Copy Highlighted HTML?

Copy Highlighted HTML is a Chrome extension developed by cheukmankit214, and its main feature is "Copy the highlighted text in HTML format.".

Extension Screenshots

screenshot

Download Copy Highlighted HTML Extension CRX File

Download Copy Highlighted HTML 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

                        Copy the highlighted text along with the HTML elements                    

Extension Basic Information

Name Copy Highlighted HTML Copy Highlighted HTML
ID edjdookmfmdkfligbpjpmolmohpgcmae
Official URL https://chrome.google.com/webstore/detail/copy-highlighted-html/edjdookmfmdkfligbpjpmolmohpgcmae
Description Copy the highlighted text in HTML format.
File Size 246 KB
Installation Count 250
Current Version 1.0
Last Updated 2017-05-11
Publish Date 2017-05-11
Rating 5.00/5 Total 1 Ratings
Developer cheukmankit214
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Highlighted HTML",
    "description": "Copy the highlighted text in HTML format.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/copy_html_large.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/copy_html_bitty.png",
        "48": "assets\/copy_html_small.png",
        "128": "assets\/copy_html_large.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}