Line Pointer

Expand your pointer

What is Line Pointer?

Line Pointer is a Chrome extension developed by Vinh Duong, and its main feature is "Expand your pointer".

Extension Screenshots

screenshot
screenshot

Download Line Pointer Extension CRX File

Download Line Pointer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Draws line for reading

Ctrl + ` (grave accent) to toggle line

Inspired by Mike Lin's CrossHair (2006)                    

Extension Basic Information

Name Line Pointer Line Pointer
ID lpgakbkjkknainhbdhmbjmbaicfphell
Official URL https://chromewebstore.google.com/detail/line-pointer/lpgakbkjkknainhbdhmbjmbaicfphell
Description Expand your pointer
File Size 33.17 KB
Installation Count 202
Current Version 1.2
Last Updated 2015-12-13
Publish Date 2015-12-13
Rating 3.10/5 Total 10 Ratings
Developer Vinh Duong
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Line Pointer",
    "description": "Expand your pointer",
    "author": "Vinh Duong",
    "version": "1.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "css": [
                "line.css"
            ]
        }
    ]
}