copy tab urls

copy tab url and titles.

What is copy tab urls?

copy tab urls is a Chrome extension developed by msakamoto-sf, and its main feature is "copy tab url and titles.".

Extension Screenshots

screenshot
screenshot

Download copy tab urls Extension CRX File

Download copy tab 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

                        Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template.

Useful when create cited urls from opend tabs.

Original source : https://github.com/msakamoto-sf/copy_tab_urls                    

Extension Basic Information

Name copy tab urls copy tab urls
ID dpddcgncoldfnleboobgkogkjnbdofce
Official URL https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce
Description copy tab url and titles.
File Size 44.28 KB
Installation Count 256
Current Version 1.0
Last Updated 2015-02-28
Publish Date 2015-02-28
Rating 3.50/5 Total 2 Ratings
Developer msakamoto-sf
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "copy tab urls",
    "version": "1.0",
    "description": "copy tab url and titles.",
    "browser_action": {
        "default_icon": "copy_tab_urls_128.png",
        "default_title": "copy all tab url and titles",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "minimum_chrome_version": "22",
    "author": "msakamoto-sf ",
    "icons": {
        "16": "copy_tab_urls_32.png",
        "48": "copy_tab_urls_48.png",
        "128": "copy_tab_urls_128.png"
    }
}