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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" } } |