Copy Marker

Copy shareable URL with highlighted selection

什么是Copy Marker?

Copy Marker是由https://roadmap.sh开发的Chrome扩展程序,该扩展的主要功能是“Copy shareable URL with highlighted selection”。

扩展截图

screenshot

下载Copy Marker扩展crx文件

下载Copy Marker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Copy Marker Copy Marker
ID jlbhiiaglonlmddaenlicebafcmpcoob
官方URL https://chromewebstore.google.com/detail/copy-marker/jlbhiiaglonlmddaenlicebafcmpcoob
简介 Copy shareable URL with highlighted selection
文件大小 12.03 KB
安装次数 44
当前版本 1.0
更新时间 2020-06-13
上架时间 2020-06-12
开发者 https://roadmap.sh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/kamranahmedse/copy-marker
支持的语言 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"
        ]
    }
}