BeeLine Reader
BeeLine helps you read more quickly and easily. Try it free and see how much it can help you!
什么是BeeLine Reader?
BeeLine Reader是由https://beelinereader.com开发的Chrome扩展程序,该扩展的主要功能是“BeeLine helps you read more quickly and easily. Try it free and see how much it can help you!”。
扩展截图
下载BeeLine Reader扩展crx文件
下载BeeLine Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Our innovative reading technology has won awards at MIT, Stanford, and the United Nations. Read about us in The Atlantic (http://theatln.tc/24LsoX8) or listen to our interview on NPR (http://bit.ly/1Tl3tpp). To try BeeLine, install now and start reading easier for free! HOW IT WORKS BeeLine uses a color gradient to guide your eyes from the end of one line to the beginning of the next. This seemingly simple tweak makes reading easier and faster because it allows you to transition between lines quickly and effortlessly. Many people are able to read 20% or 30% faster with BeeLine, even on their first try. BeeLine is used by students from grade school to grad school, including at leading schools around the world. BACKED BY EDUCATIONAL RESEARCH AND NON-PROFIT PARTNERS Independent, educator-led research on BeeLine has shown dramatic reading fluency and comprehension gains for students. BeeLine has been adopted by the California Public Library System, Reading Is Fundamental, and Blackboard Ally. USE BEELINE ON YOUR FAVORITE WEBSITES The BeeLine extension works on millions of news websites and blogs. You can also get our PDF extension, which works on any text-based PDF (available at http://bit.ly/1Fo1hXa), or our iOS extension (http://bit.ly/1xNs76J) TRY FOR FREE BeeLine now offers a free mode that lasts forever. In this mode you can use BeeLine as much as you want on your list of favorite websites. You can add and remove sites from your favorites list as often as you like. Want to use BeeLine on even more websites? Upgrade to either: • BeeLine Pro: only $1.99/mo, with annual discounts available • BeeLine Pro, Family Pack: Get BeeLine for 5 browsers and save even more! Just $8/yr per browser! Teachers can also apply on our website for free access for their students (certain limitations apply). PRIVACY What you read is your business, and even our free tier does not intrude on your privacy. We do not sell, rent, license, or otherwise monetize your data in any way. Please consider subscribing to support privacy-conscious businesses like ours. GRANT-FUNDED SOCIAL IMPACT COMPANY BeeLine Reader is supported by grants and awards from MIT Solve, Stanford BASES, Newschools Venture Fund, and the Tech Museum of Innovation. See our website for more information about our mission and impact: www.BeeLineReader.com. REFUNDS If you'd like to cancel your subscription, please contact us (via the extension settings, our web contact form, or our web chat) before your monthly/annual renewal date and we will cancel it immediately. If you forget to contact us before your subscription renews, we may still be able to provide a partial refund. Asking nicely helps! Fine print: text extraction based on Readability from Arc90 Labs, licensed under the Apache License, Version 2. All other rights reserved; US Patent number US20150234788A1; foreign patents also issued and additional US and foreign patents pending. Please send us your feedback (bug fixes, new color scheme requests, etc.) via Twitter, Facebook, or email
扩展基本信息
名称 | BeeLine Reader |
ID | ifjafammaookpiajfbedmacfldaiamgg |
官方URL | https://chromewebstore.google.com/detail/beeline-reader/ifjafammaookpiajfbedmacfldaiamgg |
简介 | BeeLine helps you read more quickly and easily. Try it free and see how much it can help you! |
文件大小 | 668 KB |
安装次数 | 40,000 |
当前版本 | 3.1.4 |
更新时间 | 2023-07-10 |
上架时间 | 2020-05-07 |
评分 | 3.60/5 共207次评分 |
开发者 | https://beelinereader.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.beelinereader.com |
帮助页面URL | http://www.beelinereader.com/policy |
隐私政策页面URL | http://www.beelinereader.com/policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.1.4", "icons": { "16": "app-icons\/colored-16x16-unsharp.png", "48": "app-icons\/colored-48x48-unsharp.png", "128": "app-icons\/colored-128x128-unsharp.png" }, "name": "BeeLine Reader", "homepage_url": "http:\/\/www.beelinereader.com\/education", "description": "BeeLine helps you read more quickly and easily. Try it free and see how much it can help you!", "permissions": [ "tabs", "storage", "scripting" ], "web_accessible_resources": [ { "resources": [ "autorunnotice.html", "templates\/coupon99cents.html", "templates\/coupon99cents_onboard.html", "templates\/earlybird_forever.html", "templates\/earlyoffer.html", "templates\/freemium_addurl.html", "templates\/freemium_upgrade.html", "templates\/onboard1.html", "templates\/onboard2.html", "templates\/onboard3.html", "templates\/onboard4_freemium.html", "templates\/readability_nomoreusagestoday.html", "templates\/postrial.html", "templates\/readersOffer_amazon.html", "templates\/readersOffer_pocket.html", "templates\/survey.html", "templates\/trialexpired.html", "templates\/trialexpired_school_work.html", "templates\/twitterpromo.html", "templates\/upgrade.html" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "vendor\/jquery\/jquery.min.js", "vendor\/magnific-popup\/jquery.magnific-popup.min.js", "chrome-utils.js", "content-script.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "app-icons\/colored-19x19-unsharp.png", "38": "app-icons\/colored-38x38-unsharp.png" }, "default_title": "BeeLine Reader", "default_popup": "popup.html" } } |