Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
O que é Transparent?
Transparent é uma extensão do Chrome desenvolvida por becca.ooo, e sua principal característica é "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Transparent
Baixe arquivos de extensão Transparent 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
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
Informações Básicas da Extensão
Nome | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
URL Oficial | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
Descrição | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
Tamanho do Arquivo | 4.69 KB |
Contagem de Instalações | 376 |
Versão Atual | 1.1.2 |
Última Atualização | 2014-11-08 |
Data de Publicação | 2014-11-08 |
Classificação | 2.50/5 Total de 10 Avaliações |
Desenvolvedor | becca.ooo |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transparent", "version": "1.1.2", "manifest_version": 2, "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "css": [ "main.css" ] } ] } |