tabsleeper
Lightweight tab management
tabsleeper क्या है?
tabsleeper https://tabsleeper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lightweight tab management"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tabsleeper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tabsleeper lets you sleep Chrome windows and tabs, putting them somewhere safe and closing the window. When you’re ready, you can wake them and pick up exactly where you left off. It will ease the load on your computer, saving battery, and making it faster overall. You can manage different sessions, keeping your browsing tidy and organised. Plus, everything is saved locally so it’s private. Never again get frustrated by tab overload. Sleep it away and you can always come back to it later. Or not.
एक्सटेंशन की मूल जानकारी
नाम | tabsleeper |
ID | immplmjnhpafilbefbokhflhmnbhigil |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabsleeper/immplmjnhpafilbefbokhflhmnbhigil |
विवरण | Lightweight tab management |
फ़ाइल का आकार | 211 KB |
स्थापना संख्या | 213 |
वर्तमान संस्करण | 0.4.0 |
अंतिम अपडेट | 2023-12-10 |
प्रकाशन तिथि | 2020-05-30 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | https://tabsleeper.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tabsleeper.com |
सहायता पृष्ठ URL | https://github.com/tabsleeper/tabsleeper-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tabsleeper", "version": "0.4.0", "description": "Lightweight tab management", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "128": "icon\/128.png" }, "background": { "service_worker": "build\/dist\/background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": { "default_icon": { "19": "icon\/browserAction\/19.png", "38": "icon\/browserAction\/38.png" }, "default_title": "Sleep this window", "default_popup": "static\/popup.html" }, "minimum_chrome_version": "88" } |