inCite

Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…

Что такое inCite?

inCite - это расширение Chrome, разработанное inciteextension, и его основная функция - "Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…".

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

screenshot

Скачать файл CRX расширения inCite

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

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

                        Generate citations on the fly!

inCite automatically generates citations for the website you are browsing at the click of a button. 

MLA, APA, Chicago, and Harvard citation styles are supported.

Click on the citation to edit the citation details.

When you are done, copy the bibliography to your clipboard with a single click.

Save multiple bibliographies at the same time for all your projects.

Source code available on Github here: https://github.com/brucejh99/inCite                    

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

Название inCite inCite
ID hdobehekolhhcajgmhpbfjomdncnbkck
Официальный URL https://chrome.google.com/webstore/detail/incite/hdobehekolhhcajgmhpbfjomdncnbkck
Описание Generate citations on the fly! inCite automatically generates citations for the website you are browsing at the click of a button.…
Размер файла 1.62 MB
Количество установок 523
Текущая Версия 1.0.2
Последнее Обновление 2020-03-31
Дата публикации 2020-03-30
Рейтинг 5.00/5 Всего 8 оценок
Разработчик inciteextension
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "iC",
    "name": "inCite",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "inCite"
    },
    "icons": {
        "16": "app-icon.png",
        "48": "app-icon.png",
        "128": "app-icon.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.2"
}