CALLIDO™ Argument Mapper

Encourage critical thinking using argument maps.

Was ist CALLIDO™ Argument Mapper?

CALLIDO™ Argument Mapper ist eine Chrome-Erweiterung, die von Callido Browser Tools entwickelt wurde, und ihr Hauptmerkmal ist "Encourage critical thinking using argument maps.".

Erweiterungsscreenshots

screenshot

CALLIDO™ Argument Mapper-Erweiterungs-CRX-Datei herunterladen

Laden Sie CALLIDO™ Argument Mapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A cool tool from Callido to simplify your research woes. This extension lets you build an argument map as you browse the web - simply grab and add text from multiple sources to your research, and the browser will automatically grab the source and date of access. 

Avoid getting bogged down with irrelevant information, use the Argument Mapper to easily carry out your research and write a well-reasoned paper.                    

Grundlegende Informationen zur Erweiterung

Name CALLIDO™ Argument Mapper CALLIDO™ Argument Mapper
ID lfijjmjnlahhgpfdbilgnnnkikacnmgg
Offizielle URL https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg
Beschreibung Encourage critical thinking using argument maps.
Dateigröße 123 KB
Installationsanzahl 551
Aktuelle Version 1.0.0
Letztes Update 2018-11-09
Veröffentlichungsdatum 2018-11-08
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Callido Browser Tools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://callidolearning.com/
URL der Datenschutzrichtlinien-Seite https://callidolearning.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/action-16.png",
            "24": "img\/action-24.png",
            "32": "img\/action-32.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": true
}