Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
ما هو Multi-tab؟
Multi-tab هو إضافة Chrome تم تطويرها بواسطة Luke Carrier، والميزة الرئيسية لها هي "A browser extension to open and group a bunch of tabs from a list of URLs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multi-tab
قم بتنزيل ملفات الامتداد Multi-tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stop juggling tabs and let this clown do it for you. -> Paste URLs into the input, optionally select a tab group and save some serious clicking. -> Copy URLs from an existing tab group and paste them elsewhere.
معلومات أساسية عن التمديد
الاسم | Multi-tab |
ID | aecmnemhogbiohkomdlbgklhlamaihhi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
الوصف | A browser extension to open and group a bunch of tabs from a list of URLs. |
حجم الملف | 29.14 KB |
عدد التثبيتات | 178 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2022-06-26 |
تاريخ النشر | 2021-11-19 |
المطور | Luke Carrier |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/LukeCarrier/multi-tab |
عنوان صفحة المساعدة | https://github.com/LukeCarrier/multi-tab/discussions |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/webextension.json", "manifest_version": 3, "name": "Multi-tab", "description": "A browser extension to open and group a bunch of tabs from a list of URLs.", "homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab", "developer": { "name": "Luke Carrier", "url": "https:\/\/luke.carrier.im" }, "version": "0.3.0", "permissions": [ "tabs", "tabGroups" ], "default_locale": "en", "action": { "browser_style": true, "default_title": "Multi-tab", "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/logo-16.png", "19": "icons\/logo-19.png", "32": "icons\/logo-32.png", "38": "icons\/logo-38.png" } }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "128": "icons\/logo-128.png", "256": "icons\/logo-256.png", "512": "icons\/logo-512.png" } } |