Session Manager
A simple Session manager that syncs across your PCs
Session Manager क्या है?
Session Manager https://rjgtav.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple Session manager that syncs across your PCs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Session Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Session Manager you'll be able to group and save your tabs into multiple sessions. This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs. Features: + Up to 120 tabs per session + Up to 30 sessions + Automatically syncs between all of your PCs* *Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.) This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager
एक्सटेंशन की मूल जानकारी
नाम | Session Manager |
ID | aflhdjdhfogmjdakdkbhiacemdkkipkp |
आधिकारिक URL | https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp |
विवरण | A simple Session manager that syncs across your PCs |
फ़ाइल का आकार | 2.09 MB |
स्थापना संख्या | 283 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2020-04-02 |
प्रकाशन तिथि | 2020-03-27 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://rjgtav.wordpress.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Session Manager", "version": "1.2.2", "description": "A simple Session manager that syncs across your PCs", "manifest_version": 2, "background": { "scripts": [ "background.js", "runtime.js", "vendor.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "permissions": [ "alarms", "storage", "tabs" ] } |