Easy Reader

Making it easy to be a great reader

Easy Reader क्या है?

Easy Reader https://easyreader.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making it easy to be a great reader"।

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

screenshot

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

crx प्रारूप में Easy Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ⚡️Transform the way you read onlineRead better, read faster, and read more of what you love with our special technology designed to teach you to be a better reader.
⚡️Save articles on the web to read at your desired speed with a custom style that helps train your eyes to read more efficiently.
⚡️Remember everything you read with tools to help you keep track of your time spent reading.                    

एक्सटेंशन की मूल जानकारी

नाम Easy Reader Easy Reader
ID gemlhgphcdpfenohdkmmbekahhebkach
आधिकारिक URL https://chromewebstore.google.com/detail/easy-reader/gemlhgphcdpfenohdkmmbekahhebkach
विवरण Making it easy to be a great reader
फ़ाइल का आकार 233 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2022-08-31
प्रकाशन तिथि 2021-07-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://easyreader.pro
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.easyreader.pro
सहायता पृष्ठ URL https://www.read4speed.com/privacy-policy
गोपनीयता नीति पृष्ठ URL http://triforcetodos.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Reader",
    "description": "Making it easy to be a great reader",
    "version": "1.4.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "651171521300-ggvq2b758fs3ttrgmod6kl2qc10ej1mu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "EasyReader",
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": "\/images\/main-icon16.png",
            "32": "\/images\/main-icon32.png",
            "48": "\/images\/main-icon48.png",
            "128": "\/images\/main-icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/main-icon16.png",
        "32": "\/images\/main-icon32.png",
        "48": "\/images\/main-icon48.png",
        "128": "\/images\/main-icon128.png"
    }
}