TakeItAway

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

TakeItAwayとは何ですか?

TakeItAwayはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back」です。

拡張機能のスクリーンショット

screenshot

TakeItAway拡張機能のCRXファイルをダウンロード

TakeItAway拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 TakeItAway TakeItAway
ID dgdkdfpeddmmgcbcbdenmkmpejdjgihh
公式URL https://chromewebstore.google.com/detail/takeitaway/dgdkdfpeddmmgcbcbdenmkmpejdjgihh
説明 This app allow user (using the TakeItAway android app) to shift the currently displayed page to their smartphone and back
ファイルサイズ 77.06 KB
インストール数 18
現在のバージョン 1.2.1
最終更新日 2016-07-11
公開日 2016-07-11
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 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\/*"
    ]
}