Webreads
Webreads allows user to audio mark web page content and stream to smart phones
Webreads란 무엇입니까?
Webreads은(는) http://www.reader.solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webreads allows user to audio mark web page content and stream to smart phones"입니다.
확장 프로그램 스크린샷
Webreads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Long: You are in middle of reading an interesting article on your desktop/laptop, when your boss asks you to respond to an urgent matter. The article you were reading is lost or you bookmark it for later usage. In a lot of cases, you simply do not read the article. Imagine if you could audiomark it (you heard it right audiomark and not bookmark) and play the content as an audio file, from the convenience of your smart phone. Look no further, Webreads is the way to go. Now you can actually audiomark articles that you want to be read out to you. Implement this in 4 simple steps. 1. Install the Reader.solutions browser plugin from Chrome web store 2. Register with your details at www.reader.solutions 3. Download the WebReads app from Chrome web store 4. Simply click the “Audio” icon in your browser extension for all the pages you want to audio mark. The extension will ask for your user name that you used during registration, Open up the mobile app and lo ! it will display all the content you had audiomarked, with a simple navigation to move back and forth between the recordings. You can play, pause, rewind the audio - anything and everything that you would normally associate with an mp3/wav file. The recordings are saved for _____ days. Note: This application is still very much considered "beta". Please send us suggestions, feedback, bugs to [email protected]. Would also really appreciate if you can provide words of encouragement.
확장 프로그램 기본 정보
이름 | |
ID | ecgddeodcdflfnmnblpobcmoifdhbbli |
공식 URL | https://chrome.google.com/webstore/detail/webreads/ecgddeodcdflfnmnblpobcmoifdhbbli |
설명 | Webreads allows user to audio mark web page content and stream to smart phones |
파일 크기 | 142 KB |
설치 횟수 | 15 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-07-25 |
출시 날짜 | 2015-07-25 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | http://www.reader.solutions |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://reader.solutions |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webreads", "description": "Webreads allows user to audio mark web page content and stream to smart phones", "version": "1.2", "author": "Suresh Krishnan ([email protected])", "manifest_version": 2, "permissions": [ "activeTab", "storage", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "data\/background.js" ] }, "browser_action": { "default_title": "WebReads", "default_icon": "data\/webreads.png", "default_popup": "data\/popup.html" } } |