TabToTxt

Manage, copy, restore or download the URLs from opened tabs to text files

Qu'est-ce que TabToTxt ?

TabToTxt est une extension Chrome développée par Gabriel Q. Matos, et sa fonction principale est "Manage, copy, restore or download the URLs from opened tabs to text files".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabToTxt

Téléchargez les fichiers d'extension TabToTxt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Manage researches or sessions, by copying, importing or exporting the links of opened URLs as text files.

Import / Export text files to restore sessions later.

Filter URLs before export, to restore the session later os just share with friends links from a research.

Sort the list of links, find the missing tab that is playing some background sound or video.

Panic button included! 🙄

Note: If you want list or import tabs to restore in Incognito mode. You should enable the option to extension work in private mode.

DISCLAIMER: This extension does not analyze or persist  your information in any way.

Donations are not mandatory, but your support is valuable in helping me to implement new features and ensure software stability. https://www.buymeacoffee.com/gmatos88                    

Informations de Base sur l'Extension

Nom TabToTxt TabToTxt
ID gipfccehicidcgiagolfcoahfgjlkdoe
URL Officiel https://chromewebstore.google.com/detail/tabtotxt/gipfccehicidcgiagolfcoahfgjlkdoe
Description Manage, copy, restore or download the URLs from opened tabs to text files
Taille du Fichier 393 KB
Nombre d'Installations 32
Version Actuelle 3.0.0
Dernière Mise à Jour 2023-09-02
Date de Publication 2020-02-25
Développeur Gabriel Q. Matos
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "TabToTxt",
    "description": "__MSG_EXT_DESCRIPITION__",
    "version": "3.0.0",
    "icons": {
        "16": "assets\/icons\/extIco.png",
        "32": "assets\/icons\/extIco.png",
        "64": "assets\/icons\/extIco.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "assets\/icons\/extIco.png"
    }
}