Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
Multi-tab क्या है?
Multi-tab Luke Carrier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to open and group a bunch of tabs from a list of URLs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Multi-tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Stop juggling tabs and let this clown do it for you. -> Paste URLs into the input, optionally select a tab group and save some serious clicking. -> Copy URLs from an existing tab group and paste them elsewhere.
एक्सटेंशन की मूल जानकारी
नाम | Multi-tab |
ID | aecmnemhogbiohkomdlbgklhlamaihhi |
आधिकारिक URL | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
विवरण | A browser extension to open and group a bunch of tabs from a list of URLs. |
फ़ाइल का आकार | 29.14 KB |
स्थापना संख्या | 178 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2022-06-26 |
प्रकाशन तिथि | 2021-11-19 |
डेवलपर | Luke Carrier |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/LukeCarrier/multi-tab |
सहायता पृष्ठ URL | https://github.com/LukeCarrier/multi-tab/discussions |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/webextension.json", "manifest_version": 3, "name": "Multi-tab", "description": "A browser extension to open and group a bunch of tabs from a list of URLs.", "homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab", "developer": { "name": "Luke Carrier", "url": "https:\/\/luke.carrier.im" }, "version": "0.3.0", "permissions": [ "tabs", "tabGroups" ], "default_locale": "en", "action": { "browser_style": true, "default_title": "Multi-tab", "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/logo-16.png", "19": "icons\/logo-19.png", "32": "icons\/logo-32.png", "38": "icons\/logo-38.png" } }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "128": "icons\/logo-128.png", "256": "icons\/logo-256.png", "512": "icons\/logo-512.png" } } |