CALLIDO™ Argument Mapper
Encourage critical thinking using argument maps.
Cos'è CALLIDO™ Argument Mapper?
CALLIDO™ Argument Mapper è un'estensione di Chrome sviluppata da Callido Browser Tools, e la sua funzione principale è "Encourage critical thinking using argument maps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CALLIDO™ Argument Mapper
Scarica i file di estensione CALLIDO™ Argument Mapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CALLIDO™ Argument Mapper |
ID | lfijjmjnlahhgpfdbilgnnnkikacnmgg |
URL Ufficiale | https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg |
Descrizione | Encourage critical thinking using argument maps. |
Dimensione del File | 123 KB |
Conteggio Installazioni | 551 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-11-09 |
Data di Pubblicazione | 2018-11-08 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | Callido Browser Tools |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://callidolearning.com/ |
URL della Pagina della Politica sulla Privacy | https://callidolearning.com/privacy-policy |
Lingue Supportate | 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 } |