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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |