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 |
Eメール | [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" } } |