Copy hyperlink as Edge does

Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].

什么是Copy hyperlink as Edge does?

Copy hyperlink as Edge does是由zxylost开发的Chrome扩展程序,该扩展的主要功能是“Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].”。

扩展截图

screenshot

下载Copy hyperlink as Edge does扩展crx文件

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

扩展使用说明

                        Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].                    

扩展基本信息

名称 Copy hyperlink as Edge does Copy hyperlink as Edge does
ID pindpfknjjhmjdpgpfdempcnheecfkah
官方URL https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah
简介 Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
文件大小 10.83 KB
安装次数 26
当前版本 0.1
更新时间 2023-06-18
上架时间 2023-06-18
开发者 zxylost
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "copyurlwithtitle.js",
                "toast.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Copy hyperlink as Edge does",
    "short_name": "Copy hyperlink as Edge does",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}