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…

Qu'est-ce que Chrome Device Tab Manager ?

Chrome Device Tab Manager est une extension Chrome développée par http://seanssmith.com, et sa fonction principale est "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Device Tab Manager

Téléchargez les fichiers d'extension Chrome Device Tab Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chrome Device Tab Manager Chrome Device Tab Manager
ID gmocgmijffnnlfpidkoobkmoadpaojkp
URL Officiel 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…
Taille du Fichier 1.76 MB
Nombre d'Installations 399
Version Actuelle 0.2
Dernière Mise à Jour 2016-03-15
Date de Publication 2016-03-15
Évaluation 4.25/5 Total 8 Évaluations
Développeur http://seanssmith.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sean-smith/koala
URL de la Page d'Aide https://github.com/sean-smith/koala/issues
URL de la Page de Politique de Confidentialité https://seanssmith.net/copyright.html
Langues Prises en Charge 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'"
}