Bibcitation Bibliography & Citation Generator

Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.

Что такое Bibcitation Bibliography & Citation Generator?

Bibcitation Bibliography & Citation Generator - это расширение Chrome, разработанное https://bibcitation.com, и его основная функция - "Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Bibcitation Bibliography & Citation Generator

Скачайте файлы расширений Bibcitation Bibliography & Citation Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Automatically create MLA, APA & Chicago citations and generate bibliographies in one click with our add-on for Chrome.

How does it work?

✓ Navigate to the website or the journal article you want to cite and activate the extension to create a citation for that source.

✓ Copy website citations directly into your paper or add them to your selected citation list on Bibcitation.com.

✓  Visit Bibcitation.com to automatically cite books and journal articles or manually create citations for additional sources, such as videos, images, artwork and more.

✓ Copy and paste citations into your paper or export your citation lists in MLA, APA, Chicago and more than 9,000 other citation styles.

Bibcitation is a simple alternative to citation generators such as EasyBib, Mendeley, Endnote, MyBib, Zotero, Cite This For Me and other bib citation tools.                    

Основная информация о расширении

Название Bibcitation Bibliography & Citation Generator Bibcitation Bibliography & Citation Generator
ID cnjkoanefhlhkagbpofjbafaonfejpgc
Официальный URL https://chromewebstore.google.com/detail/bibcitation-bibliography/cnjkoanefhlhkagbpofjbafaonfejpgc
Описание Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.
Размер файла 563 KB
Количество установок 80,000
Текущая Версия 0.0.0.15
Последнее Обновление 2023-05-25
Дата публикации 2021-04-01
Рейтинг 4.73/5 Всего 11 оценок
Разработчик https://bibcitation.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.bibcitation.com
URL страницы помощи https://www.bibcitation.com/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bibcitation Bibliography & Citation Generator",
    "description": "Cite websites and journal articles, bibliographies with our free citation and bibliography creator. MLA, APA, Chicago, and more.",
    "version": "0.0.0.15",
    "version_name": "",
    "manifest_version": 3,
    "action": {
        "default_popup": "chrome.html",
        "default_icon": {
            "16": "\/icons\/logo_16.png",
            "32": "\/icons\/logo_32.png",
            "48": "\/icons\/logo_48.png",
            "128": "\/icons\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/icons\/logo_16.png",
        "32": "\/icons\/logo_32.png",
        "48": "\/icons\/logo_48.png",
        "128": "\/icons\/logo_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}