Citace PRO
Generates citations of a web page, or any sources listed on the page.
Что такое Citace PRO?
Citace PRO - это расширение Chrome, разработанное https://www.citace.com, и его основная функция - "Generates citations of a web page, or any sources listed on the page.".
Снимки экрана расширения
Скачать файл CRX расширения Citace PRO
Скачайте файлы расширений Citace PRO в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The extension can generate and save citations. After opening the popup, the extension lists some information about the open web page, generates a citation for it, and lists all found DOI and ISBN sources. The citation can be copied to clipboard or saved into the Citace PRO citation manager system.
Основная информация о расширении
Название | Citace PRO |
ID | ncpfaidppllikakgbjppnjfidjkpafmp |
Официальный URL | https://chromewebstore.google.com/detail/citace-pro/ncpfaidppllikakgbjppnjfidjkpafmp |
Описание | Generates citations of a web page, or any sources listed on the page. |
Размер файла | 470 KB |
Количество установок | 6,453 |
Текущая Версия | 3.1.4 |
Последнее Обновление | 2024-03-01 |
Дата публикации | 2014-04-12 |
Рейтинг | 2.22/5 Всего 9 оценок |
Разработчик | https://www.citace.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "description": "__MSG_description__", "author": "Citace.com, s.r.o.", "version": "3.1.4", "permissions": [ "activeTab", "clipboardWrite", "scripting", "storage" ], "default_locale": "cs", "host_permissions": [ "https:\/\/www.citacepro.com\/*" ], "action": { "default_title": "__MSG_title__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "manifest_version": 3 } |