Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
ما هو Keeping Tabs؟
Keeping Tabs هو إضافة Chrome تم تطويرها بواسطة Ryan Slocum، والميزة الرئيسية لها هي "A chrome extension aiming to simplify the surplus of tabs in one's browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Keeping Tabs
قم بتنزيل ملفات الامتداد Keeping Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.
معلومات أساسية عن التمديد
الاسم | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
الوصف | A chrome extension aiming to simplify the surplus of tabs in one's browser |
حجم الملف | 10.73 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2020-09-29 |
تاريخ النشر | 2020-05-09 |
المطور | Ryan Slocum |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keeping Tabs", "version": "0.1.6", "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "permissions": [ "tabs", "storage" ], "author": "Ryan Slocum", "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup.html", "default_title": "Keeping Tabs" }, "offline_enabled": true } |