Summarize

Display a summary for the article on the current page

Summarize क्या है?

Summarize Petrix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display a summary for the article on the current page"।

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

screenshot
screenshot
screenshot

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

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

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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

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

नाम Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
आधिकारिक URL https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
विवरण Display a summary for the article on the current page
फ़ाइल का आकार 17.83 KB
स्थापना संख्या 203
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-06-27
प्रकाशन तिथि 2016-06-27
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Petrix
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/petre2dor/summarizeChromeExtension
सहायता पृष्ठ URL https://github.com/petre2dor/summarizeChromeExtension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}