View Devices in New Tab
Changes the new tab page to be a list of tabs open on your other devices.
ما هو View Devices in New Tab؟
View Devices in New Tab هو إضافة Chrome تم تطويرها بواسطة lgarron، والميزة الرئيسية لها هي "Changes the new tab page to be a list of tabs open on your other devices.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة View Devices in New Tab
قم بتنزيل ملفات الامتداد View Devices in New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you're signed into Chrome on multiple devices, you can use any device to view a list of tabs that are open on the others. This is easy on mobile, but it can be annoying to view it on desktop (either on the history tab, or by clicking on "Recent tabs" in the settings dropdown). This changes the new tab page to a simple listing of your tabs on other devices.
معلومات أساسية عن التمديد
الاسم | View Devices in New Tab |
ID | openfippajlljagenibphbbpmifdploj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj |
الوصف | Changes the new tab page to be a list of tabs open on your other devices. |
حجم الملف | 4.44 KB |
عدد التثبيتات | 438 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-12-04 |
تاريخ النشر | 2015-10-29 |
تقييم | 4.18/5 مجموع تقييمات 11 |
المطور | lgarron |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/lgarron/chrome-devices-in-new-tab |
عنوان صفحة المساعدة | https://github.com/lgarron/chrome-devices-in-new-tab/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View Devices in New Tab", "description": "Changes the new tab page to be a list of tabs open on your other devices.", "version": "1.2", "permissions": [ "sessions", "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |