TabStash
git stash but for Chrome tabs.
ما هو TabStash؟
TabStash هو إضافة Chrome تم تطويرها بواسطة Lauren Barry، والميزة الرئيسية لها هي "git stash but for Chrome tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabStash
قم بتنزيل ملفات الامتداد TabStash بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |