TabToTxt

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

TabToTxt क्या है?

TabToTxt Gabriel Q. Matos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage, copy, restore or download the URLs from opened tabs to text files"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TabToTxt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम TabToTxt TabToTxt
ID gipfccehicidcgiagolfcoahfgjlkdoe
आधिकारिक URL https://chromewebstore.google.com/detail/tabtotxt/gipfccehicidcgiagolfcoahfgjlkdoe
विवरण Manage, copy, restore or download the URLs from opened tabs to text files
फ़ाइल का आकार 393 KB
स्थापना संख्या 32
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-09-02
प्रकाशन तिथि 2020-02-25
डेवलपर Gabriel Q. Matos
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}