Save Your Tabs for Later
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.
Save Your Tabs for Later क्या है?
Save Your Tabs for Later bkanyo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save Your Tabs for Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. Using this extension can be really useful when you are researching on the internet in multiple topics or just have multiple workflows for multiple tasks which are require different tabs to be opened. You can use this extension to extend your capability by focusing on more tasks at the same time or just switching tasks on-the-fly by opening a saved session in this add-on.
एक्सटेंशन की मूल जानकारी
नाम | Save Your Tabs for Later |
ID | dlpkofiapmkalomecepjjhlkjhommkap |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-your-tabs-for-later/dlpkofiapmkalomecepjjhlkjhommkap |
विवरण | Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task. |
फ़ाइल का आकार | 1.06 MB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2017-08-14 |
प्रकाशन तिथि | 2017-08-14 |
डेवलपर | bkanyo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Your Tabs for Later", "description": "Save all tabs in a window to check it later and keep browsing other topics on the internet or just changing task.", "version": "1.0.2", "shortName": "Save tabs", "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "media\/icon.png", "default_popup": "index.html" } } |