xkcdAlt
Read alt text under xkcd comic strips easier. Extension by TPReal
O que é xkcdAlt?
xkcdAlt é uma extensão do Chrome desenvolvida por TPReal, e sua principal característica é "Read alt text under xkcd comic strips easier. Extension by TPReal".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão xkcdAlt
Baixe arquivos de extensão xkcdAlt 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
Shows the title text under xkcd comic strips. The text is visible under the comic strip only when you're holding your mouse over the strip, or when you select the text. This prevents you from accidentally reading the text too early, as in some cases this could be sort of a spoiler for the strip.
Informações Básicas da Extensão
Nome | xkcdAlt |
ID | enpodcpdpfdedhkgjdhlbjaknfkcelpp |
URL Oficial | https://chromewebstore.google.com/detail/xkcdalt/enpodcpdpfdedhkgjdhlbjaknfkcelpp |
Descrição | Read alt text under xkcd comic strips easier. Extension by TPReal |
Tamanho do Arquivo | 13.73 KB |
Contagem de Instalações | 104 |
Versão Atual | 0.8 |
Última Atualização | 2013-06-15 |
Data de Publicação | 2013-06-15 |
Classificação | 4.09/5 Total de 11 Avaliações |
Desenvolvedor | TPReal |
Tipo de Pagamento | free |
Site da Extensão | http://code.google.com/p/tpchromeextensions/wiki/ExtensionXKCDAlt |
URL da Página de Ajuda | http://tpchromeextensions.blogspot.com/ |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "xkcdAlt", "description": "Read alt text under xkcd comic strips easier. Extension by TPReal", "content_scripts": [ { "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/www.xkcd.com\/*" ], "js": [ "xkcdAlt.js" ] } ], "icons": { "16": "img\/xkcd16.png", "32": "img\/xkcd32.png", "48": "img\/xkcd48.png", "128": "img\/xkcd128.png" }, "version": "0.8", "manifest_version": 2 } |