Reader Helper Cursor

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

Cos'è Reader Helper Cursor?

Reader Helper Cursor è un'estensione di Chrome sviluppata da eboraksdev, e la sua funzione principale è "This extension chanages the browser cursor into a grey block that help to focus text on the page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reader Helper Cursor

Scarica i file di estensione Reader Helper Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Reader Helper Cursor Reader Helper Cursor
ID moolofddcfjkhnohmcjmbcifmpgkmbkl
URL Ufficiale https://chromewebstore.google.com/detail/reader-helper-cursor/moolofddcfjkhnohmcjmbcifmpgkmbkl
Descrizione This extension chanages the browser cursor into a grey block that help to focus text on the page
Dimensione del File 89.77 KB
Conteggio Installazioni 19
Versione Corrente 1.2
Ultimo Aggiornamento 2016-05-26
Data di Pubblicazione 2016-05-26
Sviluppatore eboraksdev
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}