tabs2txt
Generate a newline-delimited block of text composed of the URLs of all tabs in the current window.
tabs2txt क्या है?
tabs2txt zvxr.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate a newline-delimited block of text composed of the URLs of all tabs in the current window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tabs2txt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This add-on provides a button to copy the URL strings of all active tabs in a window to a scratchpad, delimit them with newlines, and provides the ability to copy the list to clipboard. The scratchpad contents can be edited in-place and another button allows for the URLs in the scratchpad to be re-opened in new tabs.
एक्सटेंशन की मूल जानकारी
नाम | tabs2txt |
ID | jaobckfgmoejmffgmlllfohadijkicgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabs2txt/jaobckfgmoejmffgmlllfohadijkicgf |
विवरण | Generate a newline-delimited block of text composed of the URLs of all tabs in the current window. |
फ़ाइल का आकार | 8.48 KB |
स्थापना संख्या | 491 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2017-04-26 |
प्रकाशन तिथि | 2017-04-26 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | zvxr.tech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://zvxr.net/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "default_locale": "en", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "32": "icons\/page-32.png" }, "default_title": "__MSG_popupTitle__", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/page-16.png", "32": "icons\/page-32.png", "48": "icons\/page-48.png" } } |