Readily

Reading Made Easier

什麼是Readily?

Readily是由https://readily.tools開發的Chrome擴展程式,該擴展的主要功能是“Reading Made Easier”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Readily擴展crx文件

下載Readily擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}