Bugzilla Attachment Viewer
This extension makes viewing bugzilla attachments inline without a need to download'em.
O que é Bugzilla Attachment Viewer?
Bugzilla Attachment Viewer é uma extensão do Chrome desenvolvida por vivekgalatage, e sua principal característica é "This extension makes viewing bugzilla attachments inline without a need to download'em.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bugzilla Attachment Viewer
Baixe arquivos de extensão Bugzilla Attachment Viewer 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 extension makes viewing bugzilla attachments inline without a need to download'em. Currently, this extension allows to view the images in inline viewer mode. Video support coming soon...
Informações Básicas da Extensão
Nome | Bugzilla Attachment Viewer |
ID | mgoalofhcafajikefnhjbkofaenjdhai |
URL Oficial | https://chromewebstore.google.com/detail/bugzilla-attachment-viewe/mgoalofhcafajikefnhjbkofaenjdhai |
Descrição | This extension makes viewing bugzilla attachments inline without a need to download'em. |
Tamanho do Arquivo | 53.23 KB |
Contagem de Instalações | 131 |
Versão Atual | 1.1 |
Última Atualização | 2015-05-28 |
Data de Publicação | 2015-05-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | vivekgalatage |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/vivekgalatage/bugzilla_attachment_viewer |
URL da Página de Ajuda | https://github.com/vivekgalatage/bugzilla_attachment_viewer/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bugzilla Attachment Viewer", "description": "This extension makes viewing bugzilla attachments inline without a need to download'em.", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "attachment_viewer.js", "third_party\/lightbox\/js\/jquery-1.11.0.min.js", "third_party\/lightbox\/js\/lightbox.min.js" ], "css": [ "third_party\/lightbox\/css\/lightbox.css" ] } ] } |