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

Co je Talk Web - Talk to any website?

Talk Web - Talk to any website je rozšíření Chrome vyvinuté Talk Web, a jeho hlavní funkcí je „Talk Web let's you talk to and ask questions from any website. Quickly get important facts, summarize news, long documents etc“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Talk Web - Talk to any website

Stáhněte si soubory rozšíření Talk Web - Talk to any website ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Talk Web - Talk to any website Talk Web - Talk to any website
ID djmgjallbhaahlicplejdbpnpiepjmoe
Oficiální URL https://chromewebstore.google.com/detail/talk-web-talk-to-any-webs/djmgjallbhaahlicplejdbpnpiepjmoe
Popis Talk Web let's you talk to and ask questions from any website. Quickly get important facts, summarize news, long documents etc
Velikost souboru 1.14 MB
Počet instalací 2,672
Aktuální Verze 1.3.0
Poslední Aktualizace 2023-08-14
Datum Vydání 2023-06-01
Hodnocení 3.80/5 Celkem 10 Hodnocení
Vývojář Talk Web
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}