FlowRead
Flow with the page as your read while the content is being automatically scrolled for you
FlowReadとは何ですか?
FlowReadはGloablikeによって開発されたChromeの拡張機能で、その主な機能は「Flow with the page as your read while the content is being automatically scrolled for you」です。
拡張機能のスクリーンショット
FlowRead拡張機能のCRXファイルをダウンロード
FlowRead拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | lnkijijhilfpgfdfglidfdgbpaeihamb |
公式URL | https://chrome.google.com/webstore/detail/flowread/lnkijijhilfpgfdfglidfdgbpaeihamb |
説明 | Flow with the page as your read while the content is being automatically scrolled for you |
ファイルサイズ | 12.51 KB |
インストール数 | 4,771 |
現在のバージョン | 0.1 |
最終更新日 | 2015-05-22 |
公開日 | 2015-05-22 |
評価 | 4.25/5 合計 8 レビュー |
開発者 | Gloablike |
支払い方法 | free |
対応言語 | 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 } |