Save Tabs
Export and Import Tabs.
Save Tabs क्या है?
Save Tabs Vedant Wakalkar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export and Import Tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save Tabs allows users to export all the tabs currently opened in the browser to a file and easily import it whenever they want to continue with the same set of browser tabs. For whom? One who open lots and lots of tabs in a single browser and want to revisit the same sets of browser tabs after a while Features : 1. Easy Export and Import of Tabs. 2. Export tabs with a custom name. 3. Grouped tab support. 4. Logs Section. 5. Cross Browser Support (as of now for Firefox) Data & Privacy: This extension does not collect any data in any form. All data processed is stored on the user's local storage and deleted after 10 min from the last usage.
एक्सटेंशन की मूल जानकारी
नाम | Save Tabs |
ID | ljokfgphjbhjheflldgfmjligcmcmhmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-tabs/ljokfgphjbhjheflldgfmjligcmcmhmn |
विवरण | Export and Import Tabs. |
फ़ाइल का आकार | 79.17 KB |
स्थापना संख्या | 189 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-07-08 |
प्रकाशन तिथि | 2021-05-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Vedant Wakalkar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://karna98.github.io/Save-Tabs/ |
सहायता पृष्ठ URL | https://karna98.github.io/Save-Tabs/#guide |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save Tabs", "version": "1.0.1", "description": "Export and Import Tabs.", "homepage_url": "https:\/\/github.com\/karna98\/Save-Tabs", "icons": { "16": "icons\/Save_Tabs_16.png", "32": "icons\/Save_Tabs_32.png", "48": "icons\/Save_Tabs_48.png", "64": "icons\/Save_Tabs_64.png", "96": "icons\/Save_Tabs_96.png", "128": "icons\/Save_Tabs_128.png" }, "permissions": [ "tabs", "tabGroups", "downloads", "storage" ], "incognito": "split", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/Save_Tabs_16.png", "32": "icons\/Save_Tabs_32.png", "48": "icons\/Save_Tabs_48.png", "64": "icons\/Save_Tabs_64.png", "96": "icons\/Save_Tabs_96.png", "128": "icons\/Save_Tabs_128.png" }, "default_title": "Save Tabs", "default_popup": "saveTab.html" } } |