FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
FlowRead là gì?
FlowRead là một tiện ích mở rộng Chrome được phát triển bởi Gloablike, và tính năng chính của nó là "Flow with the page as your read while the content is being automatically scrolled for you".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FlowRead
Tải xuống các tệp mở rộng FlowRead 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
Need a hands-free reading experience? This extension will allow reading of any page while the content is being automatically scrolled down as you read. Great accessibility tool for handicaps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
URL Chính Thức | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
Mô tả | Flow with the page as your read while the content is being automatically scrolled for you |
Kích Thước Tệp | 12.51 KB |
Số Lần Cài Đặt | 4,771 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-05-22 |
Ngày Phát Hành | 2015-05-22 |
Đánh Giá | 4.25/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Gloablike |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "FlowRead" }, "name": "FlowRead", "description": "Flow with the page as your read while the content is being automatically scrolled for you", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |