Play Text
Highlight the text the mouse is hovering over
O que é Play Text?
Play Text é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Highlight the text the mouse is hovering over".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Play Text
Baixe arquivos de extensão Play Text no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This neat extension highlights the hovered over text for easy reading.
Informações Básicas da Extensão
Nome | Play Text |
ID | figgekmbbegjkbppenaagmmepdgfbdif |
URL Oficial | https://chromewebstore.google.com/detail/play-text/figgekmbbegjkbppenaagmmepdgfbdif |
Descrição | Highlight the text the mouse is hovering over |
Tamanho do Arquivo | 11 KB |
Contagem de Instalações | 13,277 |
Versão Atual | 0.1 |
Última Atualização | 2015-03-13 |
Data de Publicação | 2015-03-13 |
Classificação | 3.50/5 Total de 8 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |