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 |
官方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" } } |