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”。
擴展截圖
下載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 |
ID | dgdkdfpeddmmgcbcbdenmkmpejdjgihh |
官方網址 | 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\/*" ] } |