Asym

Asym augments word spacing to improve your reading comprehension and speed.

Asym란 무엇입니까?

Asym은(는) https://asym.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Asym augments word spacing to improve your reading comprehension and speed."입니다.

확장 프로그램 스크린샷

screenshot

Asym 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Asymmetrica's browser extension dynamically and transparently formats all of the web pages that you visit. The extension adds an unobtrusive icon to your browser's menu bar to tell you that it's working.

Good readers have longer eye movements, shorter fixations (pauses during reading), and make fewer regressions (backtracking movements)—a pattern which makes reading more efficient and more effective than for poor readers. Asym works by providing all readers visual cues within the text that subtly encourage the eye movement patterns that good readers have learned to do naturally. These visual reminders help readers to pause and chunk phrases into units of meaning when the brain would naturally pause during sentence comprehension.

This technique of emphasizing units of meaning with visual cues has been laboratory and field-tested by scientists in a variety of disciplines for over 60 years in dozens of peer-reviewed journal articles. These studies have demonstrated that this technique improves reading speed, comprehension, and enjoyment by 10-40%.

All readers—especially struggling readers—will benefit from and be able to read faster and understand more.

The extension currently supports English, German, Spanish, and French. Other languages are in the works!

FAQs from our website:

* Will Asym make my browser load pages slower?

No, Asym is applied asynchronously while your browser is loading the webpage. Once your browser completes loading the page, you may see the text reflow with the Asym spacing as the spaces are “snapped” into place after the text is rendered. This change is just a sign that Asym spaces are there helping you to read better and doesn’t slow your browser down.

* Do you change or rewrite content?

No. Asym makes only micro-typographic changes to the spacing between words. Asym never changes the wording, grammar, or punctuation, and won’t change the layout or design of your website or document.

* Why do I need to create an account for the Asym extension?

We use this "account" to authenticate you with our API servers, and to prevent abuse. This also allows us to provide custom reading improvements for each user.

* Does Asym store my content or browsing history?

No. We only store basic server usage data and statistics on the language of what you read. We want to improve our models, but the actual content of what you read is your business, not ours.                    

확장 프로그램 기본 정보

이름 Asym Asym
ID kfhbejnokppialbgdlhkopcmnomojgab
공식 URL https://chromewebstore.google.com/detail/asym/kfhbejnokppialbgdlhkopcmnomojgab
설명 Asym augments word spacing to improve your reading comprehension and speed.
파일 크기 123 KB
설치 횟수 434
현재 버전 2.6.14
최근 업데이트 2018-08-07
출시 날짜 2018-08-07
평점 4.20/5 총 5 개의 평점
개발자 https://asym.co
결제 유형 free
확장 프로그램 웹 사이트 https://www.asym.co/asym-browser-extension/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/chrome_proxy_min.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "src\/browser_action\/icons\/tool-128.png",
        "default_title": "Asym",
        "default_popup": "src\/browser_action\/chrome_options.html",
        "scripts": [
            "asym_util_min.js",
            "asym_account_min.js",
            "chrome_options_min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/chrome_bridge_min.js",
                "src\/browser_action\/asym_util_min.js",
                "js\/asym_process_min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Asym augments word spacing to improve your reading comprehension and speed.",
    "homepage_url": "http:\/\/asym.co",
    "icons": {
        "128": "src\/browser_action\/icons\/tool-128.png"
    },
    "name": "Asym",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.aws.asyminc.net\/*",
        "http:\/\/www.facebook.com\/sharer\/sharer.php",
        "https:\/\/twitter.com\/intent\/tweet",
        "https:\/\/plus.google.com\/share"
    ],
    "short_name": "Asym",
    "version": "2.6.14"
}