URL Copy

Copies url with a click!

什么是URL Copy?

URL Copy是由tsubasagene开发的Chrome扩展程序,该扩展的主要功能是“Copies url with a click!”。

扩展截图

screenshot

下载URL Copy扩展crx文件

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

扩展使用说明

                        When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. 
Though the difference is small, many a little makes a mickle! Enjoy.                    

扩展基本信息

名称 URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
官方URL https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
简介 Copies url with a click!
文件大小 4.82 KB
安装次数 51
当前版本 1.1
更新时间 2020-03-07
上架时间 2020-03-07
评分 5.00/5 共3次评分
开发者 tsubasagene
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Copy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Copies url with a click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}