Copy All Urls

This extension copies all url on the current window to the clipboard. You can set the format up at option menu.

什么是Copy All Urls?

Copy All Urls是由kdmsnr开发的Chrome扩展程序,该扩展的主要功能是“This extension copies all url on the current window to the clipboard. You can set the format up at option menu.”。

扩展截图

screenshot

下载Copy All Urls扩展crx文件

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

扩展使用说明

                        This extension copies all url on the current window to the clipboard.
You can set the format up at option menu.                    

扩展基本信息

名称 Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
官方URL https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
简介 This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
文件大小 5.27 KB
安装次数 3,801
当前版本 0.2.7
更新时间 2013-06-25
上架时间 2013-06-25
评分 4.00/5 共40次评分
开发者 kdmsnr
电子邮箱 [email protected]
付费类型 free
扩展官网 http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy All Urls",
    "version": "0.2.7",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}