tabs2txt

Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.

What is tabs2txt?

tabs2txt is a Chrome extension developed by zvxr.tech, and its main feature is "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.".

Extension Screenshots

screenshot

Download tabs2txt Extension CRX File

Download tabs2txt 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 add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard.
The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.                    

Extension Basic Information

Name tabs2txt tabs2txt
ID jaobckfgmoejmffgmlllfohadijkicgf
Official URL https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf
Description Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
File Size 8.48 KB
Installation Count 491
Current Version 1.1
Last Updated 2017-04-26
Publish Date 2017-04-26
Rating 5.00/5 Total 3 Ratings
Developer zvxr.tech
Email [email protected]
Payment Type free
Extension Website https://zvxr.net/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/page-32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/page-16.png",
        "32": "icons\/page-32.png",
        "48": "icons\/page-48.png"
    }
}