Goodnight Tabs
Close tabs that launch other apps
ما هو Goodnight Tabs؟
Goodnight Tabs هو إضافة Chrome تم تطويرها بواسطة zachschnell، والميزة الرئيسية لها هي "Close tabs that launch other apps".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Goodnight Tabs
قم بتنزيل ملفات الامتداد Goodnight Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Some tabs overstay their welcome. If you're like me and use the desktop version of many apps, a full day of Zoom meetings or reviewing Notion docs or Slack archives could end with 15+ tabs that you no longer need. Once these tabs launch their respective desktop app, this extension takes care of cleaning up the tabs.
معلومات أساسية عن التمديد
الاسم | Goodnight Tabs |
ID | paichadkkbhdmkngdmkgmefiabjjcaai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
الوصف | Close tabs that launch other apps |
حجم الملف | 30.65 KB |
عدد التثبيتات | 225 |
النسخة الحالية | 0.6.1 |
آخر تحديث | 2023-02-16 |
تاريخ النشر | 2023-01-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | zachschnell |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/zchr/zoomies |
عنوان صفحة المساعدة | https://github.com/zchr/zoomies |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Goodnight Tabs", "description": "Close tabs that launch other apps", "version": "0.6.1", "action": { "default_popup": "index.html" }, "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/*.around.co\/*", "https:\/\/*.asana.com\/*", "https:\/\/*.awsapps.com\/*", "https:\/\/*.figma.com\/*", "https:\/\/*.linear.app\/*", "https:\/\/*.miro.com\/*", "https:\/\/*.notion.so\/*", "https:\/\/*.slack.com\/*", "https:\/\/teams.live.com\/*", "https:\/\/*.zoom.us\/*" ], "background": { "service_worker": "background.js" } } |