Reading Speed Test

This extension lets you measure your reading speed on any web text.

Reading Speed Test란 무엇입니까?

Reading Speed Test은(는) Datea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you measure your reading speed on any web text."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Reading Speed Test 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Measure your reading speed on any website text you want. 

Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button.

See the visual step by step guide in the attached pictures.                    

확장 프로그램 기본 정보

이름 Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
공식 URL https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
설명 This extension lets you measure your reading speed on any web text.
파일 크기 21.73 KB
설치 횟수 63
현재 버전 1.0
최근 업데이트 2017-01-01
출시 날짜 2017-01-01
평점 4.00/5 총 2 개의 평점
개발자 Datea
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading Speed Test",
    "description": "This extension lets you measure your reading speed on any web text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_wip10_19.png",
            "38": "icon_wip10_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_wip10_16.png",
        "32": "icon_wip10_32.png",
        "64": "icon_wip10_64.png",
        "128": "icon_wip10_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "close_16.png"
    ]
}