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开发的Chrome扩展程序,该扩展的主要功能是“This extension chanages the browser cursor into a grey block that help to focus text on the page”。

扩展截图

screenshot

下载Reader Helper Cursor扩展crx文件

下载Reader Helper Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    ]
}