Readily

Reading Made Easier

Readily란 무엇입니까?

Readily은(는) https://readily.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reading Made Easier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Read the way you want. 

Readily tools improve your focus on webpage text, allowing you to focus on the content, rather than the effort of reading itself.

Now with enhanced reader -- remove distractions for easier reading!

For more information please visit our website at https://readily.tools/.


Hotkeys:
      Q + R = Turn Readily On / Off
      R = Show / Hide Readily Menu
      H = Hot-Key Cheat Sheet
      ---------------------------------------------------
      A = On / Off Sentence Focus
            W = Move sentence focus backwards
            E = Move sentence focus forwards
      F = On / Off Font & Color
      D = On / Off Dyslexia Ruler
            Click on Ruler = Fix / Follow                    

확장 프로그램 기본 정보

이름 Readily Readily
ID cmlialhageknokecbdeicpjeljbpdgbh
공식 URL https://chromewebstore.google.com/detail/readily/cmlialhageknokecbdeicpjeljbpdgbh
설명 Reading Made Easier
파일 크기 697 KB
설치 횟수 374
현재 버전 2.1.1
최근 업데이트 2021-04-28
출시 날짜 2021-03-04
평점 4.60/5 총 10 개의 평점
개발자 https://readily.tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://readily.tools
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readily",
    "description": "Reading Made Easier",
    "version": "2.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Readily"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/2.chunk.js",
                "\/static\/js\/main.chunk.js",
                "\/static\/js\/runtime-main.js"
            ],
            "css": [
                "\/static\/css\/main.chunk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "\/static\/*"
    ]
}