Sesh
Unclutter your browser by putting away tabs and coming back to them later.
Sesh क्या है?
Sesh Yuji Kosugi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unclutter your browser by putting away tabs and coming back to them later."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sesh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sesh lets you unclutter your browsing session by putting away tabs you don't need now and letting you come back to them later. To use Sesh, click on the extension icon. You can then store the current tab or all tabs in the current window. Storing tabs puts them away, clearing up space for you to do other things. To get back to a saved tab or set of tabs, just click on it, and it will be opened and removed from storage. To sync your stored tabs across different computers, just enable Chrome sync and you'll be good to go. (Chrome sync instructions here; make sure to enable bookmark sync: http://www.google.com/support/chrome/bin/answer.py?answer=185277) Some icons copyright Yusuke Kamiyamane (http://p.yusukekamiyamane.com/).
एक्सटेंशन की मूल जानकारी
नाम | Sesh |
ID | emclpejnhkiogdlimfgipbdfpdcnhhoj |
आधिकारिक URL | https://chromewebstore.google.com/detail/sesh/emclpejnhkiogdlimfgipbdfpdcnhhoj |
विवरण | Unclutter your browser by putting away tabs and coming back to them later. |
फ़ाइल का आकार | 107 KB |
स्थापना संख्या | 654 |
वर्तमान संस्करण | 0.4.1.5 |
अंतिम अपडेट | 2020-10-26 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.40/5 कुल 25 रेटिंग्स |
डेवलपर | Yuji Kosugi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/yujiberra/sesh |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sesh", "version": "0.4.1.5", "description": "Unclutter your browser by putting away tabs and coming back to them later.", "manifest_version": 2, "icons": { "16": "sesh icon 16x16.png", "48": "sesh icon 48x48.png", "128": "sesh icon 128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks", "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Sesh", "default_icon": "sesh icon 19x19.png", "default_popup": "popup.html" } } |