tab2text

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

Wat is tab2text?

tab2text is een Chrome-extensie ontwikkeld door mikhuang, en de belangrijkste functie is "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie tab2text

Download tab2text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
Officiële URL https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
Beschrijving Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Bestandsgrootte 28.92 KB
Aantal Installaties 108
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-12-16
Publicatiedatum 2016-12-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mikhuang
Betalingswijze free
Ondersteunde Talen 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"
    ]
}