Play Text

Highlight the text the mouse is hovering over

Co je Play Text?

Play Text je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Highlight the text the mouse is hovering over“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Play Text

Stáhněte si soubory rozšíření Play Text ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
Oficiální URL https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
Popis Highlight the text the mouse is hovering over
Velikost souboru 11 KB
Počet instalací 13,277
Aktuální Verze 0.1
Poslední Aktualizace 2015-03-13
Datum Vydání 2015-03-13
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}