Tab Groups Exporter
Utility to export tab groups
Tab Groups Exporter क्या है?
Tab Groups Exporter parthpower द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility to export tab groups"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Groups Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file. It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/ Contributions are appreciated
एक्सटेंशन की मूल जानकारी
नाम | Tab Groups Exporter |
ID | hcfnlphlglikfflkikgilkebljgbnica |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
विवरण | Utility to export tab groups |
फ़ाइल का आकार | 33.63 KB |
स्थापना संख्या | 588 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2021-09-10 |
प्रकाशन तिथि | 2021-09-06 |
रेटिंग | 4.00/5 कुल 2 रेटिंग्स |
डेवलपर | parthpower |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/parthpower/chrome-tab-group-exporter |
सहायता पृष्ठ URL | https://github.com/parthpower/chrome-tab-group-exporter/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Groups Exporter", "description": "Utility to export tab groups", "version": "0.1", "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_title": "Export Tab Groups", "default_popup": "tabs_api.html" }, "icons": { "48": "icon.png" }, "manifest_version": 3 } |