cardr: the next-gen debate evidence collector

An advanced, next-gen evidence collector for debate research.

O que é cardr: the next-gen debate evidence collector?

cardr: the next-gen debate evidence collector é uma extensão do Chrome desenvolvida por https://cardrdebate.com, e sua principal característica é "An advanced, next-gen evidence collector for debate research.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão cardr: the next-gen debate evidence collector

Baixe arquivos de extensão cardr: the next-gen debate evidence collector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome cardr: the next-gen debate evidence collector cardr: the next-gen debate evidence collector
ID ifdnjffggmmjiammdpklgldliaaempce
URL Oficial https://chromewebstore.google.com/detail/cardr-the-next-gen-debate/ifdnjffggmmjiammdpklgldliaaempce
Descrição An advanced, next-gen evidence collector for debate research.
Tamanho do Arquivo 19.32 KB
Contagem de Instalações 1,651
Versão Atual 1.4.0
Última Atualização 2020-07-20
Data de Publicação 2020-06-18
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://cardrdebate.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cardrdebate.com
URL da Página de Ajuda https://cardrdebate.com/faq.html
Idiomas Suportados 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": []
}