tab2text

Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.

What is tab2text?

tab2text is a Chrome extension developed by mikhuang, and its main feature is "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".

Extension Screenshots

screenshot

Download tab2text Extension CRX File

Download tab2text 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

                        Want to edit your currently opened tabs as plaintext? Now you can.

Usage ideas:

- Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser
- Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once
- Sharing your currently opened tabs quickly in whatever application
- ???

Pro tip:

Add a keyboard shortcut to open the window quickly! Go to:

More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T                    

Extension Basic Information

Name tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
Official URL https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
Description Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
File Size 28.92 KB
Installation Count 108
Current Version 1.0.1
Last Updated 2016-12-16
Publish Date 2016-12-16
Rating 5.00/5 Total 1 Ratings
Developer mikhuang
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tab2text",
    "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}