Copy All Urls

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

What is Copy All Urls?

Copy All Urls is a Chrome extension developed by kdmsnr, and its main feature is "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".

Extension Screenshots

screenshot

Download Copy All Urls Extension CRX File

Download Copy All Urls 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

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

Extension Basic Information

Name Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
Official URL https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
Description This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
File Size 5.27 KB
Installation Count 3,801
Current Version 0.2.7
Last Updated 2013-06-25
Publish Date 2013-06-25
Rating 4.00/5 Total 40 Ratings
Developer kdmsnr
Email [email protected]
Payment Type free
Extension Website http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
Supported Languages 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"
    ]
}