Website AMA

Find answers to your questions from a webpage in natural language

Wat is Website AMA?

Website AMA is een Chrome-extensie ontwikkeld door https://aasaanai.com, en de belangrijkste functie is "Find answers to your questions from a webpage in natural language".

Extensie Screenshots

Download het CRX-bestand van de extensie Website AMA

Download Website AMA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Search for the answers to your questions on any webpage. Just ask questions naturally and get the relevant answers from the current website.                    

Basisinformatie over de Extensie

Naam Website AMA Website AMA
ID ebcbnkpcfdcgmhdponcohphdhhdcpjnm
Officiële URL https://chromewebstore.google.com/detail/website-ama/ebcbnkpcfdcgmhdponcohphdhhdcpjnm
Beschrijving Find answers to your questions from a webpage in natural language
Bestandsgrootte 5.4 MB
Aantal Installaties 42
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-05-13
Publicatiedatum 2020-05-13
Ontwikkelaar https://aasaanai.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://aasaanai.com/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website AMA",
    "version": "0.0.1",
    "description": "Find answers to your questions from a webpage in natural language",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_title": "A popup will come",
        "default_popup": "src\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}