Export Tabs as Text File

Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.

Export Tabs as Text File क्या है?

Export Tabs as Text File bethesk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer."।

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

screenshot
screenshot

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

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

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

                        The "Export Tabs as Text File" Chrome extension allows you to quickly and easily save a list of URLs for all the active tabs in your current Chrome window. With just a single click, the extension will gather the URLs of all your active tabs and export them as a text file that you can save to your computer.

To use the extension, simply click on the "Export Tabs as Text File" button in the popup window that appears when you click on the extension icon. The extension will then generate a text file containing the URLs of all your active tabs, which you can save to your computer by specifying a filename and a location.

This extension is useful for people who often work with multiple tabs open at the same time and need a quick and easy way to save a list of URLs for later reference. 

☕BUY ME A COFFEE
If you enjoy this extension, please consider buying me a coffee. Thanks! 
https://www.buymeacoffee.com/bethesk                    

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

नाम Export Tabs as Text File Export Tabs as Text File
ID odclbaijmmabcgcdaipkpkcmfkfifgea
आधिकारिक URL https://chromewebstore.google.com/detail/export-tabs-as-text-file/odclbaijmmabcgcdaipkpkcmfkfifgea
विवरण Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.
फ़ाइल का आकार 78.65 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-01-10
प्रकाशन तिथि 2023-04-11
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर bethesk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Export Tabs as Text File",
    "version": "1.0.1",
    "description": "Chrome Tabs extension saves active tab URLs with a single click. Export them as a text file to your computer.",
    "icons": {
        "16": "OIG.png",
        "32": "OIG.png",
        "48": "OIG.png",
        "128": "OIG.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "action": {
        "default_icon": {
            "16": "OIG.png",
            "32": "OIG.png",
            "48": "OIG.png",
            "128": "OIG.png"
        },
        "default_popup": "popup.html"
    }
}