PeRoos

Making studying elementary. (With IBM Watson)

PeRoos क्या है?

PeRoos parthms द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making studying elementary. (With IBM Watson)"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PeRoos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With an input link, this chrome extension provides a concise summary of the contents of the page with relevant Wikipedia links and Ted Talks. Next, we will add the feature of being able to record lectures and being able to drag and drop in audio files to be summarized quickly along with key concepts, summaries, wikipedia articles and relevant Ted Talks. We hope to make this a very useful extension for students and for anyone who wants to summarize any link.                    

एक्सटेंशन की मूल जानकारी

नाम PeRoos PeRoos
ID dclaneicmfmileajnjlfojepkmimcefd
आधिकारिक URL https://chrome.google.com/webstore/detail/peroos/dclaneicmfmileajnjlfojepkmimcefd
विवरण Making studying elementary. (With IBM Watson)
फ़ाइल का आकार 229 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-04-04
प्रकाशन तिथि 2016-04-04
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर parthms
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PeRoos",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Making studying elementary. (With IBM Watson)",
    "browser_action": {
        "default_icon": {
            "19": "image.png"
        },
        "default_title": "PeRoos",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}