WebHelp

Extension to support reading and web browsing.

What is WebHelp?

WebHelp is a Chrome extension developed by WebHelp, and its main feature is "Extension to support reading and web browsing.".

Extension Screenshots

screenshot
screenshot
screenshot

Download WebHelp Extension CRX File

Download WebHelp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Essa é a versão Beta da extensão WebHelpDyslexia, desenvolvida para auxiliar pessoas com dislexia durante a leitura e navegação na Web. A extensão permite a personalização da página de acordo com as necessidades do usuário, como combinação de cores, espaçamentos, tipo e tamanho da fonte. A extensão também oferece uma "régua de leitura" que permite realçar o texto que o usuário está lendo evitando distração, além de um marcador de texto e um dicionário de sinônimos de palavras difíceis.                    

Extension Basic Information

Name WebHelp WebHelp
ID pjnhjelpkdoihfjeeemmahpdbmgliboo
Official URL https://chrome.google.com/webstore/detail/webhelp/pjnhjelpkdoihfjeeemmahpdbmgliboo
Description Extension to support reading and web browsing.
File Size 257 KB
Installation Count 639
Current Version 1.0.0
Last Updated 2015-09-25
Publish Date 2015-09-25
Rating 4.65/5 Total 20 Ratings
Developer WebHelp
Payment Type free
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icons\/icon-19.png",
        "128": "images\/icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/spectrum.css",
                "styles\/hint.min.css",
                "styles\/app.css"
            ],
            "js": [
                "scripts\/injectApp.js",
                "components\/jquery-2.1.3.min.js",
                "components\/jquery.injectCSS.js",
                "components\/spectrum.js",
                "components\/textHighlighter.js",
                "scripts\/app.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "app.html",
        "images\/buttons\/*.svg",
        "images\/buttons\/*.png",
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon-19.png",
            "38": "images\/icons\/icon-38.png"
        },
        "default_title": "WebHelp"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "",
        "https:\/\/*\/*"
    ]
}