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…

What is Chrome Device Tab Manager?

Chrome Device Tab Manager is a Chrome extension developed by http://seanssmith.com, and its main feature is "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…".

Extension Screenshots

screenshot

Download Chrome Device Tab Manager Extension CRX File

Download Chrome Device Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chrome Device Tab Manager Chrome Device Tab Manager
ID gmocgmijffnnlfpidkoobkmoadpaojkp
Official URL https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp
Description See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…
File Size 1.76 MB
Installation Count 399
Current Version 0.2
Last Updated 2016-03-15
Publish Date 2016-03-15
Rating 4.25/5 Total 8 Ratings
Developer http://seanssmith.com
Email [email protected]
Payment Type free
Extension Website https://github.com/sean-smith/koala
Help Page URL https://github.com/sean-smith/koala/issues
Privacy Policy Page URL https://seanssmith.net/copyright.html
Supported Languages 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'"
}