Tabs 2 Text

Copies addresses from your tabs to one place!

What is Tabs 2 Text?

Tabs 2 Text is a Chrome extension developed by rkapadia, and its main feature is "Copies addresses from your tabs to one place!".

Extension Screenshots

screenshot

Download Tabs 2 Text Extension CRX File

Download Tabs 2 Text 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

                        Ever needed to copy URLs from several tabs? Now you can! This extension can copy the web addresses from all your tabs in a window, for easy sharing with your friends and family! It also allows for reopening several links into separate tabs.                    

Extension Basic Information

Name Tabs 2 Text Tabs 2 Text
ID ijennmbnpfcchnmhmmnoidafgaepdfkp
Official URL https://chromewebstore.google.com/detail/tabs-2-text/ijennmbnpfcchnmhmmnoidafgaepdfkp
Description Copies addresses from your tabs to one place!
File Size 25.5 KB
Installation Count 274
Current Version 0.0.2
Last Updated 2014-01-09
Publish Date 2014-01-08
Rating 5.00/5 Total 1 Ratings
Developer rkapadia
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs 2 Text",
    "short_name": "Tabs 2 Text",
    "description": "Copies addresses from your tabs to one place!",
    "version": "0.0.2",
    "icons": {
        "64": "icon.png",
        "128": "icon-128.png",
        "256": "Icon-256.png"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png",
        "main.html",
        "tabs.js"
    ],
    "browser_action": {
        "default_title": "Tabs 2 Text",
        "default_icon": "icon.png",
        "default_popup": "main.html"
    }
}