Kindle Highlights copy-helper

Helps selecting and copying your kindle highlights from kindle.amazon.com website

What is Kindle Highlights copy-helper?

Kindle Highlights copy-helper is a Chrome extension developed by Profit Solutions, and its main feature is "Helps selecting and copying your kindle highlights from kindle.amazon.com website".

Extension Screenshots

screenshot

Download Kindle Highlights copy-helper Extension CRX File

Download Kindle Highlights copy-helper 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

                        Helps selecting and copying your kindle highlights from kindle.amazon.com website                    

Extension Basic Information

Name Kindle Highlights copy-helper Kindle Highlights copy-helper
ID nhmldhmgjmkkcekppplefndhbjlgifbo
Official URL https://chrome.google.com/webstore/detail/kindle-highlights-copy-he/nhmldhmgjmkkcekppplefndhbjlgifbo
Description Helps selecting and copying your kindle highlights from kindle.amazon.com website
File Size 89.22 KB
Installation Count 627
Current Version 1.2
Last Updated 2015-09-21
Publish Date 2015-09-21
Rating 3.80/5 Total 5 Ratings
Developer Profit Solutions
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Highlights copy-helper",
    "version": "1.2",
    "description": "Helps selecting and copying your kindle highlights from kindle.amazon.com website",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kindle.amazon.com\/your_highlights"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "video-19.png",
        "default_title": "This page contains Kindle Book Highlights",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "48": "video-48.png",
        "128": "video-128.png"
    },
    "manifest_version": 2
}