Reader Helper Cursor

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

Reader Helper Cursor क्या है?

Reader Helper Cursor eboraksdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension chanages the browser cursor into a grey block that help to focus text on the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reader Helper Cursor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Reader Helper Cursor Reader Helper Cursor
ID moolofddcfjkhnohmcjmbcifmpgkmbkl
आधिकारिक URL https://chromewebstore.google.com/detail/reader-helper-cursor/moolofddcfjkhnohmcjmbcifmpgkmbkl
विवरण This extension chanages the browser cursor into a grey block that help to focus text on the page
फ़ाइल का आकार 89.77 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.2
अंतिम अपडेट 2016-05-26
प्रकाशन तिथि 2016-05-26
डेवलपर eboraksdev
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}