Reader Helper Cursor

This extension chanages the browser cursor into a grey block that help to focus text on the page

What is Reader Helper Cursor?

Reader Helper Cursor is a Chrome extension developed by eboraksdev, and its main feature is "This extension chanages the browser cursor into a grey block that help to focus text on the page".

Extension Screenshots

screenshot

Download Reader Helper Cursor Extension CRX File

Download Reader Helper Cursor 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

                                            

Extension Basic Information

Name Reader Helper Cursor Reader Helper Cursor
ID moolofddcfjkhnohmcjmbcifmpgkmbkl
Official URL https://chromewebstore.google.com/detail/reader-helper-cursor/moolofddcfjkhnohmcjmbcifmpgkmbkl
Description This extension chanages the browser cursor into a grey block that help to focus text on the page
File Size 89.77 KB
Installation Count 19
Current Version 1.2
Last Updated 2016-05-26
Publish Date 2016-05-26
Developer eboraksdev
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reader Helper Cursor",
    "description": "This extension chanages the browser cursor into a grey block that help to focus text on the page",
    "version": "1.2",
    "browser_action": {
        "default_icon": "images\/reader_helper_off_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cursors.css"
            ],
            "js": [
                "js\/cursor_control.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/reader_helper_off_icon.png",
        "48": "images\/reader_helper_icon_48.png",
        "128": "images\/reader_helper_icon_128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}