Session Buddy
Manage Browser Tabs and Bookmarks with Ease
Session Buddy क्या है?
Session Buddy https://sessionbuddy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage Browser Tabs and Bookmarks with Ease"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Session Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Session Buddy is a tab manager that allows you to: ● Save open tabs as collections that can be easily restored later. Great for freeing up memory and avoiding clutter. ● Recover your open tabs after a crash. ● See and manage all open tabs in one place. ● Search open tabs and collections to quickly find what you're looking for. By downloading this extension you agree to the Session Buddy terms and conditions posted at http://bit.ly/IUdYvv
एक्सटेंशन की मूल जानकारी
नाम | Session Buddy |
ID | edacconmaakjimmfgnblocblbcdcpbko |
आधिकारिक URL | https://chromewebstore.google.com/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko |
विवरण | Manage Browser Tabs and Bookmarks with Ease |
फ़ाइल का आकार | 949 KB |
स्थापना संख्या | 1,083,173 |
वर्तमान संस्करण | 3.6.9 |
अंतिम अपडेट | 2023-12-25 |
प्रकाशन तिथि | 2020-05-10 |
रेटिंग | 4.80/5 कुल 23918 रेटिंग्स |
डेवलपर | https://sessionbuddy.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sessionbuddy.com |
सहायता पृष्ठ URL | https://sessionbuddy.com/support/ |
गोपनीयता नीति पृष्ठ URL | https://sessionbuddy.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.6.9", "name": "Session Buddy", "description": "Manage Browser Tabs and Bookmarks with Ease", "default_locale": "en", "minimum_chrome_version": "75", "manifest_version": 2, "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "16": "images\/logo\/logo_16x16.png", "32": "images\/logo\/logo_32x32.png", "48": "images\/logo\/logo_48x48.png", "128": "images\/logo\/logo_128x128.png" }, "browser_action": { "default_icon": { "19": "images\/logo\/logo_19x19_disabled.png", "38": "images\/logo\/logo_38x38_disabled.png" }, "default_title": "Initializing Session Buddy..." }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "optional_permissions": [ "clipboardWrite", "file:\/\/\/*" ], "permissions": [ "tabs", "unlimitedStorage" ], "incognito": "spanning" } |