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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |