CALLIDO™ Argument Mapper
Encourage critical thinking using argument maps.
CALLIDO™ Argument Mapper là gì?
CALLIDO™ Argument Mapper là một tiện ích mở rộng Chrome được phát triển bởi Callido Browser Tools, và tính năng chính của nó là "Encourage critical thinking using argument maps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CALLIDO™ Argument Mapper
Tải xuống các tệp mở rộng CALLIDO™ Argument Mapper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CALLIDO™ Argument Mapper |
ID | lfijjmjnlahhgpfdbilgnnnkikacnmgg |
URL Chính Thức | https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg |
Mô tả | Encourage critical thinking using argument maps. |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 551 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-11-09 |
Ngày Phát Hành | 2018-11-08 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Callido Browser Tools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://callidolearning.com/ |
URL Trang Chính Sách Bảo Mật | https://callidolearning.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |