Export Tabs URLs

Save a list of all open tabs into a text file.

Export Tabs URLs क्या है?

Export Tabs URLs skend द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save a list of all open tabs into a text file."।

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

screenshot
screenshot

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

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

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

                        List the URLs of all the open tabs and copy that list to clipboard or export it to a file.

Features:
- include titles
- custom format (e.g. markdown, html…)
- filter tabs
- limit to current window
- list non-HTTP(s) URLs
- ignore pinned tabs                    

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

नाम Export Tabs URLs Export Tabs URLs
ID jfcmbgcnangoalgpopaakignejjfpcmo
आधिकारिक URL https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo
विवरण Save a list of all open tabs into a text file.
फ़ाइल का आकार 65.67 KB
स्थापना संख्या 3,602
वर्तमान संस्करण 0.2.13
अंतिम अपडेट 2021-09-25
प्रकाशन तिथि 2021-09-25
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर skend
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/skend/export-tabs-urls
सहायता पृष्ठ URL https://github.com/skend/export-tabs-urls
समर्थित भाषाएँ de,en-US,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.2.13",
    "default_locale": "en_US",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "64": "img\/64x64.png",
        "128": "img\/128x128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "img\/128x128.png",
        "default_title": "__MSG_appButtonDesc__",
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true
    },
    "permissions": [
        "clipboardWrite",
        "notifications",
        "storage",
        "tabs"
    ]
}

संबंधित एक्सटेंशन्स