Reader Helper Cursor

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

Co je Reader Helper Cursor?

Reader Helper Cursor je rozšíření Chrome vyvinuté eboraksdev, a jeho hlavní funkcí je „This extension chanages the browser cursor into a grey block that help to focus text on the page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reader Helper Cursor

Stáhněte si soubory rozšíření Reader Helper Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Reader Helper Cursor Reader Helper Cursor
ID moolofddcfjkhnohmcjmbcifmpgkmbkl
Oficiální URL https://chromewebstore.google.com/detail/reader-helper-cursor/moolofddcfjkhnohmcjmbcifmpgkmbkl
Popis This extension chanages the browser cursor into a grey block that help to focus text on the page
Velikost souboru 89.77 KB
Počet instalací 19
Aktuální Verze 1.2
Poslední Aktualizace 2016-05-26
Datum Vydání 2016-05-26
Vývojář eboraksdev
Typ Platby free
Podporované Jazyky 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"
    ]
}