Summarize the Internet

Displays a summary of the text or article on the current page.

Summarize the Internet क्या है?

Summarize the Internet Don Patrick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a summary of the text or article on the current page."।

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

screenshot

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

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

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

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

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

नाम Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
आधिकारिक URL https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
विवरण Displays a summary of the text or article on the current page.
फ़ाइल का आकार 57.46 KB
स्थापना संख्या 3,711
वर्तमान संस्करण 1.9.0
अंतिम अपडेट 2022-05-08
प्रकाशन तिथि 2020-03-17
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Don Patrick
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://artistdetective.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}