Citationsy - Cite Websites and Papers
Reference websites and papers with a single click, powered by Citationsy
O que é Citationsy - Cite Websites and Papers?
Citationsy - Cite Websites and Papers é uma extensão do Chrome desenvolvida por https://citationsy.com, e sua principal característica é "Reference websites and papers with a single click, powered by Citationsy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Citationsy - Cite Websites and Papers
Baixe arquivos de extensão Citationsy - Cite Websites and Papers 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
Cite websites, books, papers, articles, podcasts, songs, and much more using Citationsy. Perfect references and footnotes every time. Citationsy is perhaps the world’s best referencing tool. This Chrome extension will let you cite any website with a single click. We support citations in APA, Harvard, DIN, Chicago, MLA, and thousands of other referencing styles. When you find a website or link you want to cite, simply click the Citationsy icon in the toolbar (*) and a little window will pop up to let you choose which one of your Citationsy projects you’d like to add the link to. If you’ve been using RefME, CiteThisForMe, Mendeley, Endnote, Citavi, Zotero, or EasyBib, Citationsy will be like a breath of fresh air. https://citationsy.com/
Informações Básicas da Extensão
Nome | Citationsy - Cite Websites and Papers |
ID | ananhmnkepfflgfdklgcdpgdngejokkn |
URL Oficial | https://chromewebstore.google.com/detail/citationsy-cite-websites/ananhmnkepfflgfdklgcdpgdngejokkn |
Descrição | Reference websites and papers with a single click, powered by Citationsy |
Tamanho do Arquivo | 14.5 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.2.4 |
Última Atualização | 2021-03-25 |
Data de Publicação | 2020-03-23 |
Classificação | 4.54/5 Total de 39 Avaliações |
Desenvolvedor | https://citationsy.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://citationsy.com |
URL da Página de Ajuda | https://citationsy.com/support |
URL da Página de Política de Privacidade | https://citationsy.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Citationsy - Cite Websites and Papers", "description": "Reference websites and papers with a single click, powered by Citationsy", "version": "1.2.4", "author": "Citationsy", "background": { "scripts": [ "citethis.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/citationsy.com\/*" ], "css": [ "css.css" ] } ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "[email protected]" }, "browser_action": { "default_icon": { "16": "default_icon_16.png", "24": "default_icon_24.png", "48": "default_icon_48.png", "32": "default_icon_32.png" }, "default_title": "Cite this" }, "permissions": [ "activeTab" ] } |