CALLIDO™ Argument Mapper
Encourage critical thinking using argument maps.
Apa itu CALLIDO™ Argument Mapper?
CALLIDO™ Argument Mapper adalah ekstensi Chrome yang dikembangkan oleh Callido Browser Tools, dan fitur utamanya adalah "Encourage critical thinking using argument maps.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CALLIDO™ Argument Mapper
Unduh file ekstensi CALLIDO™ Argument Mapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CALLIDO™ Argument Mapper |
ID | lfijjmjnlahhgpfdbilgnnnkikacnmgg |
URL Resmi | https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg |
Deskripsi | Encourage critical thinking using argument maps. |
Ukuran File | 123 KB |
Jumlah Instalasi | 551 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2018-11-09 |
Tanggal Publikasi | 2018-11-08 |
Penilaian | 4.50/5 Total 4 Penilaian |
Pengembang | Callido Browser Tools |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://callidolearning.com/ |
URL Halaman Kebijakan Privasi | https://callidolearning.com/privacy-policy |
Bahasa yang Didukung | 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 } |