Citeclops

Citeclops helps you cite the source displayed on your webpage

O que é Citeclops?

Citeclops é uma extensão do Chrome desenvolvida por Carson Fang, e sua principal característica é "Citeclops helps you cite the source displayed on your webpage".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Citeclops

Baixe arquivos de extensão Citeclops 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

                        Cut down the time you spend on citations and focus on writing your paper!

Citeclops is a powerful tool that instantly cites your sources in a press of a button. Scientific papers with over thirty names will take no more than two seconds to arrange. Citeclops will automatically search for all the information available, (author names, publication date, article title, journal title, volume number, issue number, page numbers, and even the Digitial Object Identifier), and properly format it for you.

----------------------------------------------------------------

Websites supported:
•NCBI (PubMed, PMC, Books)
•The Lancet (and all 14 of their subsidiary journals)
•Nature (and all 158 of their subsidiary journals)
•Cell (and all 15 of their subsidiary journals)
•PLOS ONE (and all 7 other PLOS publications)
•Science Direct
•Oxford Academic (and all 120 of their subsidiary journals)
•New England Journal of Medicine
•Science (and all 5 of their subsidiary journals)
and many more                    

Informações Básicas da Extensão

Nome Citeclops Citeclops
ID gnkmomfmekjcimhpnnbjohamocjjbhic
URL Oficial https://chromewebstore.google.com/detail/citeclops/gnkmomfmekjcimhpnnbjohamocjjbhic
Descrição Citeclops helps you cite the source displayed on your webpage
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 86
Versão Atual 1.12.1
Última Atualização 2017-09-06
Data de Publicação 2017-09-05
Desenvolvedor Carson Fang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Citeclops",
    "description": "Citeclops helps you cite the source displayed on your webpage",
    "version": "1.12.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Citeclops"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}