XKCD Alt Text
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…
O que é XKCD Alt Text?
XKCD Alt Text é uma extensão do Chrome desenvolvida por James Kwan, e sua principal característica é "The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão XKCD Alt Text
Baixe arquivos de extensão XKCD Alt 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
The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description beneath the comic, so that you don't have to try and read the tiny hover text before it fades away. It can also move the header below the comic, to increase visibility. This feature can easily be disabled. Update 2.8.1: Works over HTTPS
Informações Básicas da Extensão
Nome | XKCD Alt Text |
ID | gncnccgkhldnjnmhlmgcghhgbckeobph |
URL Oficial | https://chromewebstore.google.com/detail/xkcd-alt-text/gncnccgkhldnjnmhlmgcghhgbckeobph |
Descrição | The XKCD Alt Text extension makes it slightly easier to read the XKCD web comic. It's primary function is to add a description… |
Tamanho do Arquivo | 57.64 KB |
Contagem de Instalações | 736 |
Versão Atual | 2.8.1 |
Última Atualização | 2014-01-27 |
Data de Publicação | 2014-01-26 |
Classificação | 4.06/5 Total de 17 Avaliações |
Desenvolvedor | James Kwan |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "xkcdalt.js" ], "matches": [ "*:\/\/xkcd.com\/*", "*:\/\/xkcd.org\/*", "*:\/\/xkcd.net\/*", "*:\/\/www.xkcd.com\/*", "*:\/\/www.xkcd.org\/*", "*:\/\/www.xkcd.net\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "XKCD Alt Text", "version": "2.8.1" } |