Citation Generator
Generate citations for a project at the click of a button.
Что такое Citation Generator?
Citation Generator - это расширение Chrome, разработанное danieljextensions, и его основная функция - "Generate citations for a project at the click of a button.".
Снимки экрана расширения
Скачать файл CRX расширения Citation Generator
Скачайте файлы расширений Citation Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Generate citations for a project at the click of a button. Choose between MLA, APA, Chicago, Vancouver or Harvard citing style. Copy all citations by clicking on the top right corner. Основная информация о расширении
| Название | |
| ID | necdcdcfodjkfjfbgieeemmhondglmkc |
| Официальный URL | https://chromewebstore.google.com/detail/citation-generator/necdcdcfodjkfjfbgieeemmhondglmkc |
| Описание | Generate citations for a project at the click of a button. |
| Размер файла | 5.23 KB |
| Количество установок | 38 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-08-23 |
| Дата публикации | 2022-08-22 |
| Рейтинг | 3.00/5 Всего 1 оценок |
| Разработчик | danieljextensions |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.privacypolicies.com/live/46eeb925-ce64-44ae-8a21-d81edca6fd69 |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Citation Generator",
"description": "Generate citations for a project at the click of a button.",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html"
}
} | |