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."입니다.

확장 프로그램 스크린샷

screenshot

cardr: the next-gen debate evidence collector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 cardr: the next-gen debate evidence collector cardr: the next-gen debate evidence collector
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": []
}