Play Text
Highlight the text the mouse is hovering over
Cos'è Play Text?
Play Text è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Highlight the text the mouse is hovering over".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Play Text
Scarica i file di estensione Play Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This neat extension highlights the hovered over text for easy reading.
Informazioni di Base sull'Estensione
Nome | Play Text |
ID | figgekmbbegjkbppenaagmmepdgfbdif |
URL Ufficiale | https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif |
Descrizione | Highlight the text the mouse is hovering over |
Dimensione del File | 11 KB |
Conteggio Installazioni | 13,277 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-03-13 |
Data di Pubblicazione | 2015-03-13 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |