Readily

Reading Made Easier

Wat is Readily?

Readily is een Chrome-extensie ontwikkeld door https://readily.tools, en de belangrijkste functie is "Reading Made Easier".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Readily

Download Readily-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Readily Readily
ID cmlialhageknokecbdeicpjeljbpdgbh
Officiële URL https://chromewebstore.google.com/detail/readily/cmlialhageknokecbdeicpjeljbpdgbh
Beschrijving Reading Made Easier
Bestandsgrootte 697 KB
Aantal Installaties 374
Huidige Versie 2.1.1
Laatst Bijgewerkt 2021-04-28
Publicatiedatum 2021-03-04
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar https://readily.tools
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://readily.tools
Ondersteunde Talen 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\/*"
    ]
}