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
公式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
Eメール [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\/*"
    ]
}