LiteCite - Quotation and Auto Citation

Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.

O que é LiteCite - Quotation and Auto Citation?

LiteCite - Quotation and Auto Citation é uma extensão do Chrome desenvolvida por Jefferson Mei, e sua principal característica é "Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LiteCite - Quotation and Auto Citation

Baixe arquivos de extensão LiteCite - Quotation and Auto Citation 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

                        Research and citations done together so you don't need to go back and complete citations when you finish your paper!

Research + Citation made EASY
- High quality autocites with formattable quotations
- Autocites and optional quotes saved together
- 9000+ citation styles including MLA, Harvard, Chicago, and APA
- Supports DOI, PMID, and ISBN
- Export or copy bibliographies to Google Docs, Word, Zotero, Mendeley and EndNote using Docx, CSL-JSON, Bibtex, or RIS
- Create multiple projects
- Quick-cite using ctrl+c+shift or cmd+c+shift
- Easy to access, toggleable sidebar containing your research
- No sign up or external websites necessary!
- Made with love!

Hi, my name is Jefferson. I made this extension as an experiment to see if I could make high school debate easier. What started as a simple experiment has ballooned into a 2 year commitment and a wonderful chrome extension.  If you find this extension useful, feel free to leave a review/share a link so others can enjoy my project! ;)

Changelog
0.1.7.5
- Added keyboard shortcut for sidebar (use Alt+S)
- Added setting for paragraph spacing within quoted text
- Reduced sidebar memory usage
- Squashed some bugs
0.1.5.5
- Added automatically organized research export option!
- First published version!                    

Informações Básicas da Extensão

Nome LiteCite - Quotation and Auto Citation LiteCite - Quotation and Auto Citation
ID fgfmogmmpgfolmebmimlnjbmhecinngd
URL Oficial https://chromewebstore.google.com/detail/litecite-quotation-and-au/fgfmogmmpgfolmebmimlnjbmhecinngd
Descrição Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.
Tamanho do Arquivo 11.75 MB
Contagem de Instalações 1,095
Versão Atual 0.1.7.5
Última Atualização 2020-08-27
Data de Publicação 2020-08-15
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Jefferson Mei
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiteCite - Quotation and Auto Citation",
    "short_name": "LiteCite",
    "version": "0.1.7.5",
    "version_name": "0.1.7.5",
    "author": "Jefferson Mei",
    "description": " Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.",
    "icons": {
        "128": "icons\/card_compiler.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.3.1-dist\/jquery-3.3.1.min.js",
                "vendor\/clipboard-polyfill\/clipboard-polyfill.js",
                "vendor\/keypress-2.1.5-dist\/keypress-2.1.5.min.js",
                "vendor\/sugar\/sugar-custom.min.js",
                "vendor\/pdfjs\/pdf.js",
                "vendor\/pdfjs\/pdf.worker.js",
                "vendor\/namecase-master\/namecase.js",
                "vendor\/to-title-case\/to-title-case.js",
                "util\/util.js",
                "inject\/inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/html-docx\/html-docx.js",
            "util\/util.js",
            "background\/background.js",
            "background\/text_processor.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "inject\/sidebar_toggle.html",
        "inject\/sidebar_toggle.js",
        "inject\/sidebar.html",
        "inject\/sidebar.css",
        "inject\/sidebar.js",
        "inject\/inject.html",
        "inject\/inject_input.html",
        "inject\/inject_input.js",
        "vendor\/jquery-3.3.1-dist\/jquery-3.3.1.min.js",
        "vendor\/clipboard-polyfill\/clipboard-polyfill.js",
        "vendor\/keypress-2.1.5-dist\/keypress-2.1.5.min.js",
        "vendor\/list\/list.min.js",
        "vendor\/sugar\/sugar-custom.min.js",
        "vendor\/pdfjs\/pdf.js",
        "vendor\/pdfjs\/pdf.worker.js",
        "vendor\/list\/list.min.js",
        "vendor\/elasticlunr\/elasticlunr.min.js",
        "vendor\/styles-master\/*",
        "util\/util.js"
    ],
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "activeTab",
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/card_compiler.png",
        "default_title": "LiteCite",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}