TabStash
git stash but for Chrome tabs.
Τι είναι το TabStash;
Το TabStash είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lauren Barry, και η κύρια λειτουργία του είναι "git stash but for Chrome tabs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TabStash
Λήψη αρχείων επέκτασης TabStash σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TabStash is a lightweight Chrome extension that allows users to temporarily save their currently-opened browser tabs, to be re-opened later. Features: - Save all currently open tabs in a "stash" - Saves the tab URL, position in browser bar, and whether the tab is focused - Restore the most recently stashed tabs - Stash multiple sets of tabs - Restore a specific stash - Delete a stash - Clear all stashes Why use TabStash? Although this functionality already exists in the "continue where you left off" feature of Chrome or with the Ctrl+Shift+T shortcut, many users want to easily restore their tabs without permanently enabling this setting.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TabStash |
ID | booibkcgheofaoklpolmjmgaepombmlk |
Επίσημο URL | https://chromewebstore.google.com/detail/tabstash/booibkcgheofaoklpolmjmgaepombmlk |
Περιγραφή | git stash but for Chrome tabs. |
Μέγεθος Αρχείου | 436 KB |
Αριθμός Εγκαταστάσεων | 415 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2020-05-23 |
Ημερομηνία Δημοσίευσης | 2020-05-21 |
Προγραμματιστής | Lauren Barry |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/laurenbarry00/tabstash |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/laurenbarry00/tabstash |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabStash", "author": "Lauren Barry", "version": "1.1", "description": "git stash but for Chrome tabs.", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open TabStash" }, "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" } } |