Tabs Unloader
An extension recapture your own memory from browser.
ما هو Tabs Unloader؟
Tabs Unloader هو إضافة Chrome تم تطويرها بواسطة https://sakkyoi.tech، والميزة الرئيسية لها هي "An extension recapture your own memory from browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tabs Unloader
قم بتنزيل ملفات الامتداد Tabs Unloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension recapture your own memory from browser. Features: ‧ No tab disappearing. Just unload it from memory. You can reload it anytime if you want. ‧ Simple to use. Just click your mouse. Unload tabs in 5 mode. ‧ No more memory waste. Unload tabs. Recapture your own memory. New in 2.0: ‧ Brand new operating procedure ‧ Anti mistouch ‧ Startup unloader ‧ Performance improve Official Site: https://tabs-unloader.sakkyoi.tech/ Github: https://github.com/sakkyoi/Tabs-Unloader User Guide: https://tabs-unloader.sakkyoi.tech/#/guide Author: https://sakkyoi.tech/
معلومات أساسية عن التمديد
الاسم | Tabs Unloader |
ID | jageegmimlcfoomhknbhbmbjacmglnlb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabs-unloader/jageegmimlcfoomhknbhbmbjacmglnlb |
الوصف | An extension recapture your own memory from browser. |
حجم الملف | 642 KB |
عدد التثبيتات | 242 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2023-05-29 |
تاريخ النشر | 2022-06-16 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://sakkyoi.tech |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sakkyoi.github.io/Tabs-Unloader/ |
عنوان صفحة المساعدة | https://github.com/sakkyoi/Tabs-Unloader/issues |
عنوان صفحة سياسة الخصوصية | https://sakkyoi.github.io/Tabs-Unloader/privacy.html |
اللغات المدعومة | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.0", "author": "sakkyoi", "default_locale": "en", "icons": { "128": "asset\/icon\/icon_128.png" }, "content_scripts": [], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "asset\/icon\/icon_128.png", "default_title": "__MSG_appName__" }, "options_page": "preference\/preference.html", "permissions": [ "contextMenus", "tabs", "storage" ] } |