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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://seanssmith.com, και η κύρια λειτουργία του είναι "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Device Tab Manager

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chrome Device Tab Manager Chrome Device Tab Manager
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
Ηλεκτρονικό ταχυδρομείο [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'"
}