Readily

Reading Made Easier

Readily क्या है?

Readily https://readily.tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reading Made Easier"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Readily एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}