ReadMate: Accessibility & Dyslexia Software

Read,understand and navigate the content of the website easily

Τι είναι το ReadMate: Accessibility & Dyslexia Software;

Το ReadMate: Accessibility & Dyslexia Software είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hikeorders.com, και η κύρια λειτουργία του είναι "Read,understand and navigate the content of the website easily".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ReadMate: Accessibility & Dyslexia Software

Λήψη αρχείων επέκτασης ReadMate: Accessibility & Dyslexia Software σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ⚡ About 
Read Mate is a browser extension that helps you to customize the website to your needs. It is a simple , yet powerful browser plugin. It takes navigation and your reading experience of the website to next level. It has wide array of features that simplify your day to day activity on the web. 

⚡ Features 
     ✔️ Easy web page navigation using page content filter options
     ✔️ Adjust letter and word spacing
     ✔️ Adjust font size and line height 
     ✔️ Apply open dyslexia and 5 plus different fonts to any web page
     ✔️ Use cognitive load to better your reading experience
     ✔️ Dictionary and vocabulary helper
     ✔️ Highlight heading and links
     ✔️ Improve the keyboard focus on the web page
     ✔️ Screen ruler and screen mask to increase reading focus
     ✔️ Page zoom and text magnifier for better readability
     ✔️ Big black and white cursor options
     ✔️ Gray scale and invert color of any web page
     ✔️ Color overlay for scotopic sensitivity syndrome user 
     ✔️ Change background and foreground color of the web page
     ✔️ Better image caption display
     ✔️ Hide images and Gifs to improve reading focus.
     ✔️ Volume booster for audio and videos on the web page

⚡ Other Features
     ✔ Personalize the color of the toolbar
     ✔ Change the location of the trigger ( toolbar open button)
     ✔ Intelligent and user friendly toolbar design
     ✔ Google translate to over 100 languages
     ✔ Quick and quality support

⚡ Pricing 
     ☀ Free Plan with limited options
     ☀ Monthly Plan - $4.0 / month
     ☀ Half Yearly Plan - $3.5 / month
     ☀ Yearly Plan - $2.5 / month 

     🤩 All plans have 3 days free trial

⚡ Important 
☀ The plugin will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.
 ☀ Note that all extensions are disabled on Chrome Web Store pages (including this one). Do not test the extension on this page; it will not work!
 ☀ If the extension is not working for you, please make sure it's up to date. Visit chrome://extensions/, click the "Update extensions now" button, then restart Chrome.


⚡ Support
Help us keep Read Mate working on all your favorite sites. If you have any trouble get in touch with us 
Email: [email protected]
Support Center: https://support.hikeorders.com/read-mate-support-home/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ReadMate: Accessibility & Dyslexia Software ReadMate: Accessibility & Dyslexia Software
ID ddhcogollcakgialjaegcmgjjpfnafaf
Επίσημο URL https://chrome.google.com/webstore/detail/readmate-accessibility-dy/ddhcogollcakgialjaegcmgjjpfnafaf
Περιγραφή Read,understand and navigate the content of the website easily
Μέγεθος Αρχείου 1.48 MB
Αριθμός Εγκαταστάσεων 345
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2020-06-23
Ημερομηνία Δημοσίευσης 2020-06-23
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://hikeorders.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://hikeorders.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.hikeorders.com/read-mate-support-home/
URL της Σελίδας Πολιτικής Απορρήτου https://hikeorders.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "ReadMate: Accessibility & Dyslexia Software",
    "author": "HikeOrders",
    "version": "1.8",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "ReadMate",
    "description": "Read,understand and navigate the content of the website easily",
    "permissions": [
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "unlimitedStorage",
        "cookies",
        "notifications",
        "contextMenus",
        "*:\/\/*.hkoint.co.in\/*",
        "*:\/\/*.hikeorders.com\/*"
    ],
    "content_security_policy": "script-src-elem  'self' 'unsafe-inline' 'unsafe-eval' ;  script-src 'self' ; object-src 'self' ;",
    "content_scripts": [
        {
            "js": [
                "injector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/logos\/128.png"
    },
    "icons": {
        "128": "assets\/logos\/128.png",
        "16": "assets\/logos\/16.png",
        "32": "assets\/logos\/32.png",
        "48": "assets\/logos\/48.png"
    },
    "web_accessible_resources": [
        "lib\/*",
        "assets\/logos\/*",
        "assets\/images\/*"
    ]
}