CALLIDO™ Argument Mapper
Encourage critical thinking using argument maps.
什么是CALLIDO™ Argument Mapper?
CALLIDO™ Argument Mapper是由Callido Browser Tools开发的Chrome扩展程序,该扩展的主要功能是“Encourage critical thinking using argument maps.”。
扩展截图
下载CALLIDO™ Argument Mapper扩展crx文件
下载CALLIDO™ Argument Mapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CALLIDO™ Argument Mapper |
ID | lfijjmjnlahhgpfdbilgnnnkikacnmgg |
官方URL | https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg |
简介 | Encourage critical thinking using argument maps. |
文件大小 | 123 KB |
安装次数 | 551 |
当前版本 | 1.0.0 |
更新时间 | 2018-11-09 |
上架时间 | 2018-11-08 |
评分 | 4.50/5 共4次评分 |
开发者 | Callido Browser Tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://callidolearning.com/ |
隐私政策页面URL | https://callidolearning.com/privacy-policy |
支持的语言 | 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 } |