cardr: the next-gen debate evidence collector
An advanced, next-gen evidence collector for debate research.
Что такое cardr: the next-gen debate evidence collector?
cardr: the next-gen debate evidence collector - это расширение Chrome, разработанное https://cardrdebate.com, и его основная функция - "An advanced, next-gen evidence collector for debate research.".
Снимки экрана расширения
Скачать файл CRX расширения cardr: the next-gen debate evidence collector
Скачайте файлы расширений cardr: the next-gen debate evidence collector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Cardr is a free evidence collector for high-school and collegiate debate.
FEATURES
Cardr is a useful tool that helps you with:
• Converting a webpage into a card with only one click
• Automatically generating a cite (fully customizable)
• Conveniently edit details like author(s), qualifications, publisher, etc. in a clean interface
• Transferring cards to Verbatim, without worrying about formatting issues
GET STARTED
1) If you haven’t already, download and install the Cardr Desktop Client at https://cardrdebate.com/download.html .
2) Install this extension.
3) Click the extension icon on any webpage to convert it into a card!
CONTACT
Feel free to contact us at [email protected] or [email protected] — we’d love to help you!
WEBSITE
https://cardrdebate.com Основная информация о расширении
| Название | |
| ID | ifdnjffggmmjiammdpklgldliaaempce |
| Официальный URL | https://chromewebstore.google.com/detail/cardr-the-next-gen-debate/ifdnjffggmmjiammdpklgldliaaempce |
| Описание | An advanced, next-gen evidence collector for debate research. |
| Размер файла | 19.32 KB |
| Количество установок | 1,651 |
| Текущая Версия | 1.4.0 |
| Последнее Обновление | 2020-07-20 |
| Дата публикации | 2020-06-18 |
| Рейтинг | 5.00/5 Всего 8 оценок |
| Разработчик | https://cardrdebate.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://cardrdebate.com |
| URL страницы помощи | https://cardrdebate.com/faq.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "cardr: the next-gen debate evidence collector",
"short_name": "cardr",
"version": "1.4.0",
"description": "An advanced, next-gen evidence collector for debate research.",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"browser_action": {
"default_title": "Open in cardr",
"default_popup": "popup.html"
},
"author": "Soham Govande",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"tabs",
"nativeMessaging"
],
"content_scripts": []
} | |