Copy Marker

Copy shareable URL with highlighted selection

What is Copy Marker?

Copy Marker is a Chrome extension developed by https://roadmap.sh, and its main feature is "Copy shareable URL with highlighted selection".

Extension Screenshots

screenshot

Download Copy Marker Extension CRX File

Download Copy Marker 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 Marker allows you to select some text on page, right click and "Copy Marker URL" which will copy the URL with your selection information. You can share it with someone and when they open that URL it will automatically highlight the selection you made and scroll the user to that section of the page.                    

Extension Basic Information

Name Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
Official URL https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
Description Copy shareable URL with highlighted selection
File Size 12.03 KB
Installation Count 44
Current Version 1.0
Last Updated 2020-06-13
Publish Date 2020-06-12
Developer https://roadmap.sh
Email [email protected]
Payment Type free
Extension Website https://github.com/kamranahmedse/copy-marker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Marker",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Copy shareable URL with highlighted selection",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "\/icons\/icon16.png",
        "28": "\/icons\/icon28.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Copy Marker",
        "default_icon": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}