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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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\/*" ] } |