TabStash
git stash but for Chrome tabs.
TabStash क्या है?
TabStash Lauren Barry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "git stash but for Chrome tabs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabStash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |