ExplainToMe

Automatic Web Summarizer

ExplainToMe क्या है?

ExplainToMe jjangsangy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic Web Summarizer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        ExplainToMe is a automatic text summarizer, that utilizes TextRank, a graph based algorithm to scans through the contents of a website to extract a concise machine generated summary. The methodology is similar to the way search engines return the most relevant web pages from a users search query.                    

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

नाम ExplainToMe ExplainToMe
ID ijnhmbgbcbnfnbbphjmfpeandhhanmlh
आधिकारिक URL https://chrome.google.com/webstore/detail/explaintome/ijnhmbgbcbnfnbbphjmfpeandhhanmlh
विवरण Automatic Web Summarizer
फ़ाइल का आकार 24.13 KB
स्थापना संख्या 504
वर्तमान संस्करण 0.1
अंतिम अपडेट 2017-03-27
प्रकाशन तिथि 2017-03-27
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर jjangsangy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://explaintome.herokuapp.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ExplainToMe",
    "author": "Sang Han",
    "version": "0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "152": "icons\/icon128.png"
    },
    "description": "Automatic Web Summarizer",
    "homepage_url": "https:\/\/explaintome.herokuapp.com",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Summarize this page"
    }
}