LiteCite - Quotation and Auto Citation

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

¿Qué es LiteCite - Quotation and Auto Citation?

LiteCite - Quotation and Auto Citation es una extensión de Chrome desarrollada por Jefferson Mei, y su función principal es "Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión LiteCite - Quotation and Auto Citation

Descarga archivos de extensión LiteCite - Quotation and Auto Citation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre LiteCite - Quotation and Auto Citation LiteCite - Quotation and Auto Citation
ID fgfmogmmpgfolmebmimlnjbmhecinngd
URL Oficial https://chromewebstore.google.com/detail/litecite-quotation-and-au/fgfmogmmpgfolmebmimlnjbmhecinngd
Descripción Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.
Tamaño del Archivo 11.75 MB
Cantidad de Instalaciones 1,095
Versión Actual 0.1.7.5
Última Actualización 2020-08-27
Fecha de Publicación 2020-08-15
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador Jefferson Mei
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}