Sessions for Google Chrome™
Compile your tabs into Sessions.
Τι είναι το Sessions for Google Chrome™;
Το Sessions for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bulletblue, και η κύρια λειτουργία του είναι "Compile your tabs into Sessions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sessions for Google Chrome™
Λήψη αρχείων επέκτασης Sessions for Google Chrome™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account. Tabs will open in current window by default or optionally in a new window.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Επίσημο URL | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
Περιγραφή | Compile your tabs into Sessions. |
Μέγεθος Αρχείου | 727 KB |
Αριθμός Εγκαταστάσεων | 1,166 |
Τρέχουσα Έκδοση | 1.2.1 |
Τελευταία Ενημέρωση | 2016-04-16 |
Ημερομηνία Δημοσίευσης | 2016-04-16 |
Αξιολόγηση | 3.57/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | bulletblue |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions for Google Chrome\u2122", "short_name": "Sessions", "version": "1.2.1", "description": "Compile your tabs into Sessions.", "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |