tab2text

Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.

tab2text क्या है?

tab2text mikhuang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs."।

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

screenshot

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

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

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

                        Want to edit your currently opened tabs as plaintext? Now you can.

Usage ideas:

- Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser
- Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once
- Sharing your currently opened tabs quickly in whatever application
- ???

Pro tip:

Add a keyboard shortcut to open the window quickly! Go to:

More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T                    

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

नाम tab2text tab2text
ID pkbpfddfoepjgmfmlafmdmhpiclhngih
आधिकारिक URL https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih
विवरण Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
फ़ाइल का आकार 28.92 KB
स्थापना संख्या 108
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-12-16
प्रकाशन तिथि 2016-12-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर mikhuang
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tab2text",
    "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}