tab2text

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

Was ist tab2text?

tab2text ist eine Chrome-Erweiterung, die von mikhuang entwickelt wurde, und ihr Hauptmerkmal ist "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".

Erweiterungsscreenshots

screenshot

tab2text-Erweiterungs-CRX-Datei herunterladen

Laden Sie tab2text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
Offizielle URL https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
Beschreibung Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
Dateigröße 28.92 KB
Installationsanzahl 108
Aktuelle Version 1.0.1
Letztes Update 2016-12-16
Veröffentlichungsdatum 2016-12-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler mikhuang
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}