LiteCite - Quotation and Auto Citation

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

ما هو LiteCite - Quotation and Auto Citation؟

LiteCite - Quotation and Auto Citation هو إضافة Chrome تم تطويرها بواسطة Jefferson Mei، والميزة الرئيسية لها هي "Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LiteCite - Quotation and Auto Citation

قم بتنزيل ملفات الامتداد LiteCite - Quotation and Auto Citation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم LiteCite - Quotation and Auto Citation LiteCite - Quotation and Auto Citation
ID fgfmogmmpgfolmebmimlnjbmhecinngd
عنوان URL الرسمي https://chromewebstore.google.com/detail/litecite-quotation-and-au/fgfmogmmpgfolmebmimlnjbmhecinngd
الوصف Your hidden super power. Autocite and quote at once! 9000+ citation styles and export to multiple formats.
حجم الملف 11.75 MB
عدد التثبيتات 1,095
النسخة الحالية 0.1.7.5
آخر تحديث 2020-08-27
تاريخ النشر 2020-08-15
تقييم 5.00/5 مجموع تقييمات 8
المطور Jefferson Mei
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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'"
}