CALLIDO™ Argument Mapper
Encourage critical thinking using argument maps.
CALLIDO™ Argument Mapper क्या है?
CALLIDO™ Argument Mapper Callido Browser Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encourage critical thinking using argument maps."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CALLIDO™ Argument Mapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |