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 |
官方網址 | 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 |
電子郵箱 | [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'" } |