Multitab I/O
Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.
Multitab I/O क्या है?
Multitab I/O dr.zaus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Multitab I/O एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simplified import/export of your current browsing session: it creates a list of the open tabs from the active window, allowing you to share this list however you choose (e.g. via email or basic text file). You can also paste that list of urls to open them all in new tabs. Specifics on usage: 1. It checks for links, one per line 2. Links must be the only thing on the line 3. Links are identified by starting with 'http' or containing '://' 4. Anything not matching link criteria is ignored (i.e. title lines) Permissions: 1. Tabs and Browsing Activity -- required to get the list of open tabs. Does not check for anything else. Inspired by "Tab-Snap", which graciously provides its source code. Likewise, view full source for this extension at https://github.com/zaus/chrome-ext-multitab-io
एक्सटेंशन की मूल जानकारी
नाम | Multitab I/O |
ID | jolmkddbfhhillmepjmbhjedjnnpgmom |
आधिकारिक URL | https://chromewebstore.google.com/detail/multitab-io/jolmkddbfhhillmepjmbhjedjnnpgmom |
विवरण | Export a list of URLs from open tabs, or bulk-open a list of pasted URLs. |
फ़ाइल का आकार | 13.97 KB |
स्थापना संख्या | 345 |
वर्तमान संस्करण | 0.1.8 |
अंतिम अपडेट | 2017-07-19 |
प्रकाशन तिथि | 2017-07-18 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | dr.zaus |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multitab I\/O", "version": "0.1.8", "description": "Export a list of URLs from open tabs, or bulk-open a list of pasted URLs.", "icons": { "128": "icon128.png", "96": "icon96.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon96.png", "default_name": "Multitab I\/O", "default_title": "Multitab I\/O", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |