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 هو إضافة Chrome تم تطويرها بواسطة eboraksdev، والميزة الرئيسية لها هي "This extension chanages the browser cursor into a grey block that help to focus text on the page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Reader Helper Cursor

قم بتنزيل ملفات الامتداد Reader Helper Cursor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}