CiteGen
Generate a Wikipedia citation from the current page, using reFill.
O que é CiteGen?
CiteGen é uma extensão do Chrome desenvolvida por Zhaofeng Li, e sua principal característica é "Generate a Wikipedia citation from the current page, using reFill.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CiteGen
Baixe arquivos de extensão CiteGen 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 adds a toolbar button that generates a Wikipedia citation from the current page. The URL of the the current page is sent to and accessed by the reFill tool hosted on Wikimedia Tool Labs.
Informações Básicas da Extensão
Nome | |
ID | fdoibbbobhoioofchdplhodlihdbogfg |
URL Oficial | https://chrome.google.com/webstore/detail/citegen/fdoibbbobhoioofchdplhodlihdbogfg |
Descrição | Generate a Wikipedia citation from the current page, using reFill. |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 100 |
Versão Atual | 1.0.0 |
Última Atualização | 2015-03-08 |
Data de Publicação | 2015-03-08 |
Classificação | 4.70/5 Total de 10 Avaliações |
Desenvolvedor | Zhaofeng Li |
Tipo de Pagamento | free |
Site da Extensão | https://en.wikipedia.org/wiki/User:Zhaofeng_Li/CiteGen |
URL da Página de Ajuda | https://en.wikipedia.org/wiki/User_talk:Zhaofeng_Li/CiteGen |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CiteGen", "description": "Generate a Wikipedia citation from the current page, using reFill.", "version": "1.0.0", "permissions": [ "tabs", "https:\/\/tools.wmflabs.org\/*" ], "browser_action": { "default_icon": "common\/icon.png", "default_popup": "common\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/tools.wmflabs.org; object-src 'self'" } |