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是由https://cardrdebate.com开发的Chrome扩展程序,该扩展的主要功能是“An advanced, next-gen evidence collector for debate research.”。
扩展截图
下载cardr: the next-gen debate evidence collector扩展crx文件
下载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": []
} | |