Play Text

Highlight the text the mouse is hovering over

Co to jest Play Text?

Play Text to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Highlight the text the mouse is hovering over”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Play Text

Pobierz pliki rozszerzeń Play Text w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
Oficjalny URL https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
Opis Highlight the text the mouse is hovering over
Rozmiar pliku 11 KB
Liczba instalacji 13,277
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-03-13
Data Publikacji 2015-03-13
Ocena 3.50/5 Łącznie 8 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    }
}