Play Text

Highlight the text the mouse is hovering over

Qu'est-ce que Play Text ?

Play Text est une extension Chrome développée par Unknown, et sa fonction principale est "Highlight the text the mouse is hovering over".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Play Text

Téléchargez les fichiers d'extension Play Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Play Text Play Text
ID figgekmbbegjkbppenaagmmepdgfbdif
URL Officiel https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif
Description Highlight the text the mouse is hovering over
Taille du Fichier 11 KB
Nombre d'Installations 13,277
Version Actuelle 0.1
Dernière Mise à Jour 2015-03-13
Date de Publication 2015-03-13
Évaluation 3.50/5 Total 8 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}