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 |
官方網址 | 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" } } |