Play Text

Highlight the text the mouse is hovering over

Apa itu Play Text?

Play Text adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Highlight the text the mouse is hovering over".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Play Text

Unduh file ekstensi Play Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
URL Resmi https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
Deskripsi Highlight the text the mouse is hovering over
Ukuran File 11 KB
Jumlah Instalasi 13,277
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-03-13
Tanggal Publikasi 2015-03-13
Penilaian 3.50/5 Total 8 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}