Tab Session Master
Save and restore the state of windows and tabs. It also supports automatic backup your current session
Tab Session Master क्या है?
Tab Session Master https://tebofy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save and restore the state of windows and tabs. It also supports automatic backup your current session"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Session Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Manage Browser Tabs and Bookmarks with Ease Tab Session Master is a unified session manager and bookmark manager. ● Save open tabs and restore them later. Great for freeing up memory and avoiding clutter. ● Auto save when window is closed ● Auto save at regular intervals ● Recover open tabs after a crash or when your OS restarts your computer. ● Smart Search open and saved tabs to quickly find what you're looking for. ● Save or open a list of URLs from the clipboard or a file. ▬▬▬▬▬ PLEASE RATE! ▬▬▬▬▬
एक्सटेंशन की मूल जानकारी
नाम | Tab Session Master |
ID | ibgcfjpjkenifoodgneppodehmkbaefp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp |
विवरण | Save and restore the state of windows and tabs. It also supports automatic backup your current session |
फ़ाइल का आकार | 453 KB |
स्थापना संख्या | 499 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2020-04-15 |
प्रकाशन तिथि | 2020-04-15 |
रेटिंग | 2.83/5 कुल 6 रेटिंग्स |
डेवलपर | https://tebofy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tab-session.tebofy.com |
सहायता पृष्ठ URL | https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster |
समर्थित भाषाएँ | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Tab Session Master", "manifest_version": 2, "name": "Tab Session Master", "default_locale": "en", "description": "Save and restore the state of windows and tabs. It also supports automatic backup your current session", "version": "1.2.1", "icons": { "16": "\/images\/logo-16.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" }, "background": { "scripts": [ "ga.min.js", "browser-polyfill.min.js", "background.min.js" ], "persistent": false }, "browser_action": { "default_icon": "\/images\/logo-128.png", "default_title": "Tab Session Master" }, "permissions": [ "tabs", "storage", "contextMenus", "notifications", "alarms", "activeTab" ], "optional_permissions": [ "bookmarks" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; img-src * data:;" } |