lesstabs
Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
ما هو lesstabs؟
lesstabs هو إضافة Chrome تم تطويرها بواسطة ggurgone، والميزة الرئيسية لها هي "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة lesstabs
قم بتنزيل ملفات الامتداد lesstabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.
معلومات أساسية عن التمديد
الاسم | lesstabs |
ID | gpdnlknekkniebhjbflbcglgibnfcaah |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah |
الوصف | Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player. |
حجم الملف | 17.88 KB |
عدد التثبيتات | 269 |
النسخة الحالية | 2.0.3 |
آخر تحديث | 2022-05-12 |
تاريخ النشر | 2020-06-27 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | ggurgone |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lesstabs", "version": "2.0.3", "description": "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lesstabs\/gpdnlknekkniebhjbflbcglgibnfcaah\/support", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "active:tabs" }, "chrome_url_overrides": { "newtab": "archive.html" }, "web_accessible_resources": [ "icon.png", "readmo.js" ] } |