BeeLine Reader

BeeLine helps you read more quickly and easily. Try it free and see how much it can help you!

¿Qué es BeeLine Reader?

BeeLine Reader es una extensión de Chrome desarrollada por https://beelinereader.com, y su función principal es "BeeLine helps you read more quickly and easily. Try it free and see how much it can help you!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión BeeLine Reader

Descarga archivos de extensión BeeLine Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre BeeLine Reader BeeLine Reader
ID ifjafammaookpiajfbedmacfldaiamgg
URL Oficial https://chromewebstore.google.com/detail/beeline-reader/ifjafammaookpiajfbedmacfldaiamgg
Descripción BeeLine helps you read more quickly and easily. Try it free and see how much it can help you!
Tamaño del Archivo 668 KB
Cantidad de Instalaciones 40,000
Versión Actual 3.1.4
Última Actualización 2023-07-10
Fecha de Publicación 2020-05-07
Calificación 3.60/5 Total de 207 Calificaciones
Desarrollador https://beelinereader.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.beelinereader.com
URL de la Página de Ayuda http://www.beelinereader.com/policy
URL de la Página de Política de Privacidad http://www.beelinereader.com/policy
Idiomas Soportados 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"
    }
}