Play Text

Highlight the text the mouse is hovering over

What is Play Text?

Play Text is a Chrome extension developed by Unknown, and its main feature is "Highlight the text the mouse is hovering over".

Extension Screenshots

screenshot

Download Play Text Extension CRX File

Download Play Text 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

                        This neat extension highlights the hovered over text for easy reading.                    

Extension Basic Information

Name Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
Official URL https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
Description Highlight the text the mouse is hovering over
File Size 11 KB
Installation Count 13,277
Current Version 0.1
Last Updated 2015-03-13
Publish Date 2015-03-13
Rating 3.50/5 Total 8 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 2,
    "name": "Play Text",
    "description": "Highlight the text the mouse is hovering over",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/javascript\/javascript.js"
            ],
            "css": [
                "resources\/stylesheet\/stylesheet.css"
            ]
        }
    ],
    "icons": {
        "16": "resources\/pictures\/big.png",
        "48": "resources\/pictures\/bigger.png",
        "128": "resources\/pictures\/biggest.png"
    }
}