TakeItAway

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

Was ist TakeItAway?

TakeItAway ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back".

Erweiterungsscreenshots

screenshot

TakeItAway-Erweiterungs-CRX-Datei herunterladen

Laden Sie TakeItAway-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name TakeItAway TakeItAway
ID dgdkdfpeddmmgcbcbdenmkmpejdjgihh
Offizielle URL https://chromewebstore.google.com/detail/takeitaway/dgdkdfpeddmmgcbcbdenmkmpejdjgihh
Beschreibung This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back
Dateigröße 77.06 KB
Installationsanzahl 18
Aktuelle Version 1.2.1
Letztes Update 2016-07-11
Veröffentlichungsdatum 2016-07-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}