Talk Web - Talk to any website

Talk Web let's you talk to and ask questions from any website. Quickly get important facts, summarize news, long documents etc

Talk Web - Talk to any website क्या है?

Talk Web - Talk to any website Talk Web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Talk Web let's you talk to and ask questions from any website. Quickly get important facts, summarize news, long documents etc"।

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

screenshot
screenshot

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

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

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

                        Talk to any webpage and get the summary and key takeaways. 

💡 Saves time & gets the key points without the hassle! Go through more stuff in less about of time. 

Very helpful for researchers, students, marketers, content creators and software engineers who have to go through tons of reading material everyday. 

🌟 Use Cases
• Talk to any website based on the content. Get valuable insights from any website instantly
• Summarize large content in any way you want
• Get valuable insights from blog posts. Like finding out which stocks are performing better from a given article
• Get valuable insights from any research journal. Ask specific content related questions as well
• Go through the morning news faster. Read more in less time                    

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

नाम Talk Web - Talk to any website Talk Web - Talk to any website
ID djmgjallbhaahlicplejdbpnpiepjmoe
आधिकारिक URL https://chromewebstore.google.com/detail/talk-web-talk-to-any-webs/djmgjallbhaahlicplejdbpnpiepjmoe
विवरण Talk Web let's you talk to and ask questions from any website. Quickly get important facts, summarize news, long documents etc
फ़ाइल का आकार 1.14 MB
स्थापना संख्या 2,672
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2023-08-14
प्रकाशन तिथि 2023-06-01
रेटिंग 3.80/5 कुल 10 रेटिंग्स
डेवलपर Talk Web
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talk Web - Talk to any website",
    "description": "Talk Web let's you talk to and ask questions from  any website. Quickly get important facts, summarize news, long documents etc",
    "version": "1.3.0",
    "action": {
        "default_title": "Talk Web",
        "default_icon": {
            "16": "48.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "icons": {
        "16": "48.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe\/iframe.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}