Copy Url (from TabInfoCopy)

Copy Tab Titles and URLs to Clipboard w/Ru convert

What is Copy Url (from TabInfoCopy)?

Copy Url (from TabInfoCopy) is a Chrome extension developed by kbTrainer, and its main feature is "Copy Tab Titles and URLs to Clipboard w/Ru convert".

Extension Screenshots

screenshot

Download Copy Url (from TabInfoCopy) Extension CRX File

Download Copy Url (from TabInfoCopy) 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

                        Absolutely the same as Tab Info Copy.

But works with multi language urls. It makes .decodeURI on urls, so Your copied URL sould look like http://ru.wikipedia.org/wiki/Заглавная_страница instead of      %D0%97%D0%B0%D0%B3%D0%BB....

If You need original Tab Info Copy extenion, please go here:
https://chrome.google.com/webstore/detail/tabinfocopy/micdllihgoppmejpecmkilggmaagfdmb                    

Extension Basic Information

Name Copy Url (from TabInfoCopy) Copy Url (from TabInfoCopy)
ID kplmddgdeigcadlfohcelfefiinfghpi
Official URL https://chromewebstore.google.com/detail/copy-url-from-tabinfocopy/kplmddgdeigcadlfohcelfefiinfghpi
Description Copy Tab Titles and URLs to Clipboard w/Ru convert
File Size 17.52 KB
Installation Count 1,020
Current Version 0.3
Last Updated 2014-04-03
Publish Date 2014-04-03
Rating 4.20/5 Total 10 Ratings
Developer kbTrainer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Copy Tab Titles and URLs to Clipboard w\/Ru convert",
    "icons": {
        "128": "i\/icon128.png",
        "16": "i\/icon16.png",
        "48": "i\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Copy Url (from TabInfoCopy)",
    "page_action": {
        "default_icon": {
            "19": "i\/icon19.png",
            "38": "i\/icon38.png"
        },
        "default_title": "single click: copy selected tab\ndouble click: copy all tabs in this window"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "version": "0.3"
}