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…
O que é Chrome Device Tab Manager?
Chrome Device Tab Manager é uma extensão do Chrome desenvolvida por http://seanssmith.com, e sua principal característica é "See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrome Device Tab Manager
Baixe arquivos de extensão Chrome Device Tab Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | gmocgmijffnnlfpidkoobkmoadpaojkp |
URL Oficial | https://chrome.google.com/webstore/detail/chrome-device-tab-manager/gmocgmijffnnlfpidkoobkmoadpaojkp |
Descrição | See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click… |
Tamanho do Arquivo | 1.76 MB |
Contagem de Instalações | 399 |
Versão Atual | 0.2 |
Última Atualização | 2016-03-15 |
Data de Publicação | 2016-03-15 |
Classificação | 4.25/5 Total de 8 Avaliações |
Desenvolvedor | http://seanssmith.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sean-smith/koala |
URL da Página de Ajuda | https://github.com/sean-smith/koala/issues |
URL da Página de Política de Privacidade | https://seanssmith.net/copyright.html |
Idiomas Suportados | 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'" } |