Sesh

Unclutter your browser by putting away tabs and coming back to them later.

Τι είναι το Sesh;

Το Sesh είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yuji Kosugi, και η κύρια λειτουργία του είναι "Unclutter your browser by putting away tabs and coming back to them later.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Sesh

Λήψη αρχείων επέκτασης Sesh σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}