Chrome Device Tab Manager
See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…
Chrome Device Tab Managerとは何ですか?
Chrome Device Tab Managerはhttp://seanssmith.comによって開発されたChromeの拡張機能で、その主な機能は「See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…」です。
拡張機能のスクリーンショット
Chrome Device Tab Manager拡張機能のCRXファイルをダウンロード
Chrome Device Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click the device name to restore all the tabs in a new window or click on the individual tab to open in a new tab. You must be signed in to chrome on your device and have syncing turned on (it's on by default). Instructions can be found here: https://support.google.com/chrome/answer/185277
拡張機能の基本情報
名前 | |
ID | gmocgmijffnnlfpidkoobkmoadpaojkp |
公式URL | https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp |
説明 | See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click… |
ファイルサイズ | 1.76 MB |
インストール数 | 399 |
現在のバージョン | 0.2 |
最終更新日 | 2016-03-15 |
公開日 | 2016-03-15 |
評価 | 4.25/5 合計 8 レビュー |
開発者 | http://seanssmith.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sean-smith/koala |
ヘルプページのURL | https://github.com/sean-smith/koala/issues |
プライバシーポリシーページのURL | https://seanssmith.net/copyright.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Device Tab Manager", "version": "0.2", "permissions": [ "sessions", "tabs", "chrome:\/\/favicon\/" ], "browser_action": { "default_title": "Tabs open on your devices.", "default_icon": "images\/iphone-128x128.png", "default_popup": "popup.html" }, "icons": { "48": "images\/iphone-48x48.png", "128": "images\/iphone-128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |