TakeItAway

This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back

O que é TakeItAway?

TakeItAway é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TakeItAway

Baixe arquivos de extensão TakeItAway 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

                        Whether you love reading articles or just browse the web, there is nothing more annoying than having to leave your desktop and try to look again for that piece you were reading a moment ago on your phone.

Introducing TakeItAway!, the chrome extension which help you keep up on your reading wherever you go.
Have to go catch the bus? take it away with you !
Just got to the office? bring it back to your desktop!

TakeItAway is a complementary application for the mobile app (currently only available for android)

So get it now and take it away

New Feature! You can now use TakeItAway to shift the page between your computer and another computer. Why? because why not!                    

Informações Básicas da Extensão

Nome TakeItAway TakeItAway
ID dgdkdfpeddmmgcbcbdenmkmpejdjgihh
URL Oficial https://chromewebstore.google.com/detail/takeitaway/dgdkdfpeddmmgcbcbdenmkmpejdjgihh
Descrição This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back
Tamanho do Arquivo 77.06 KB
Contagem de Instalações 18
Versão Atual 1.2.1
Última Atualização 2016-07-11
Data de Publicação 2016-07-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TakeItAway",
    "description": "This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "html\/main.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/takeitout.herokuapp.com\/*"
    ]
}