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…

Apa itu Chrome Device Tab Manager?

Chrome Device Tab Manager adalah ekstensi Chrome yang dikembangkan oleh http://seanssmith.com, dan fitur utamanya adalah "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Device Tab Manager

Unduh file ekstensi Chrome Device Tab Manager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Chrome Device Tab Manager Chrome Device Tab Manager
ID gmocgmijffnnlfpidkoobkmoadpaojkp
URL Resmi https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp
Deskripsi See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…
Ukuran File 1.76 MB
Jumlah Instalasi 399
Versi Saat Ini 0.2
Terakhir Diperbarui 2016-03-15
Tanggal Publikasi 2016-03-15
Penilaian 4.25/5 Total 8 Penilaian
Pengembang http://seanssmith.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sean-smith/koala
URL Halaman Bantuan https://github.com/sean-smith/koala/issues
URL Halaman Kebijakan Privasi https://seanssmith.net/copyright.html
Bahasa yang Didukung 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'"
}