Website AMA

Find answers to your questions from a webpage in natural language

Apa itu Website AMA?

Website AMA adalah ekstensi Chrome yang dikembangkan oleh https://aasaanai.com, dan fitur utamanya adalah "Find answers to your questions from a webpage in natural language".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Website AMA

Unduh file ekstensi Website AMA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Website AMA Website AMA
ID ebcbnkpcfdcgmhdponcohphdhhdcpjnm
URL Resmi https://chromewebstore.google.com/detail/website-ama/ebcbnkpcfdcgmhdponcohphdhhdcpjnm
Deskripsi Find answers to your questions from a webpage in natural language
Ukuran File 5.4 MB
Jumlah Instalasi 42
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-05-13
Tanggal Publikasi 2020-05-13
Pengembang https://aasaanai.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://aasaanai.com/
Bahasa yang Didukung 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"
    }
}