inCite
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
O que é inCite?
inCite é uma extensão do Chrome desenvolvida por inciteextension, e sua principal característica é "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão inCite
Baixe arquivos de extensão inCite 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
Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button. MLA, APA, Chicago, and Harvard citation styles are supported. Click on the citation to edit the citation details. When you are done, copy the bibliography to your clipboard with a single click. Save multiple bibliographies at the same time for all your projects. Source code available on Github here: https://github.com/brucejh99/inCite
Informações Básicas da Extensão
Nome | |
ID | hdobehekolhhcajgmhpbfjomdncnbkck |
URL Oficial | https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck |
Descrição | Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.… |
Tamanho do Arquivo | 1.62 MB |
Contagem de Instalações | 523 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-03-31 |
Data de Publicação | 2020-03-30 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | inciteextension |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "iC", "name": "inCite", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_popup": "index.html", "default_title": "inCite" }, "icons": { "16": "app-icon.png", "48": "app-icon.png", "128": "app-icon.png" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.2" } |