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是由lgarron開發的Chrome擴展程式,該擴展的主要功能是“Changes the new tab page to be a list of tabs open on your other devices.”。
擴展截圖
下載View Devices in New Tab擴展crx文件
下載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 |
官方網址 | 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" } } |