Harvard Source Extractor

Extract website sources rapidly, following Harvard standards, with our efficient utility.

Что такое Harvard Source Extractor?

Harvard Source Extractor - это расширение Chrome, разработанное https://trungnhan.name.vn, и его основная функция - "Extract website sources rapidly, following Harvard standards, with our efficient utility.".

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

screenshot
screenshot
screenshot

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

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

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

                        The Harvard Source Extractor is a convenient Chrome extension that generates citation text in the Harvard referencing style from the current website you are viewing. With just a click, it automatically extracts relevant information such as the author's name, title, publication date, and URL to create accurate and properly formatted citations. It seamlessly integrates into your browser, saving you time and ensuring the accuracy of your citations for academic or research purposes.                    

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

Название Harvard Source Extractor Harvard Source Extractor
ID oeilagkbjpeojpkidlbdfhpecchcohmf
Официальный URL https://chromewebstore.google.com/detail/harvard-source-extractor/oeilagkbjpeojpkidlbdfhpecchcohmf
Описание Extract website sources rapidly, following Harvard standards, with our efficient utility.
Размер файла 295 KB
Количество установок 3,000
Текущая Версия 1.0.9
Последнее Обновление 2023-06-11
Дата публикации 2021-05-09
Рейтинг 3.86/5 Всего 7 оценок
Разработчик https://trungnhan.name.vn
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://apps.trungnhan.name.vn
URL страницы политики конфиденциальности https://apps.trungnhan.name.vn/privacy_policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Harvard Source Extractor",
    "description": "Extract website sources rapidly, following Harvard standards, with our efficient utility.",
    "version": "1.0.9",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Harvard Source Extractor"
    },
    "permissions": [
        "activeTab",
        "debugger"
    ]
}