Webreads

Webreads allows user to audio mark web page content and stream to smart phones

Webreads là gì?

Webreads là một tiện ích mở rộng Chrome được phát triển bởi http://www.reader.solutions, và tính năng chính của nó là "Webreads allows user to audio mark web page content and stream to smart phones".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webreads

Tải xuống các tệp mở rộng Webreads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webreads Webreads
ID ecgddeodcdflfnmnblpobcmoifdhbbli
URL Chính Thức https://chrome.google.com/webstore/detail/webreads/ecgddeodcdflfnmnblpobcmoifdhbbli
Mô tả Webreads allows user to audio mark web page content and stream to smart phones
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-07-25
Ngày Phát Hành 2015-07-25
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://www.reader.solutions
Loại Thanh Toán free
Trang Web Mở Rộng http://reader.solutions
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}