TabToTxt

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

Vad är TabToTxt?

TabToTxt är en Chrome-tillägg utvecklad av Gabriel Q. Matos, och dess huvudfunktion är "Manage, copy, restore or download the URLs from opened tabs to text files".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner TabToTxt-förlängningens CRX-fil

Ladda ner TabToTxt-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TabToTxt TabToTxt
ID gipfccehicidcgiagolfcoahfgjlkdoe
Officiell webbadress https://chromewebstore.google.com/detail/tabtotxt/gipfccehicidcgiagolfcoahfgjlkdoe
Beskrivning Manage, copy, restore or download the URLs from opened tabs to text files
Filstorlek 393 KB
Antal Installationer 32
Aktuell Version 3.0.0
Senast Uppdaterad 2023-09-02
Publiceringsdatum 2020-02-25
Utvecklare Gabriel Q. Matos
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}