Image Describer

Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.

Apa itu Image Describer?

Image Describer adalah ekstensi Chrome yang dikembangkan oleh AccessLint, dan fitur utamanya adalah "Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image Describer

Unduh file ekstensi Image Describer 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

                        Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.                    

Informasi Dasar Ekstensi

Nama Image Describer Image Describer
ID ogoddjgogmlndofcpkljmmdobjpfdolf
URL Resmi https://chromewebstore.google.com/detail/image-describer/ogoddjgogmlndofcpkljmmdobjpfdolf
Deskripsi Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.
Ukuran File 63.84 KB
Jumlah Instalasi 367
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-12-11
Tanggal Publikasi 2023-11-17
Penilaian 4.80/5 Total 5 Penilaian
Pengembang AccessLint
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://accesslint.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Describer",
    "version": "1.3.0",
    "permissions": [
        "contextMenus",
        "tts",
        "identity",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "oauth2": {
        "client_id": "30614934856-56fv4u44r3qb2d9tlskk4450mbcakv42.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0BHLTjMlCnPhP6bxmg\/gdsulNCfWrO3n19bQw59NWMuQMaoXEbX5gFgm+RgNwlXbeJE1nB1s8t52fQTv2ziUUk\/jW6kmkBLK6DZUSSxodKJKyDwmu5C93iJhNI9teEIooZviRF670L9g9ZdP\/d3J9pWVfkYJl+eQ5cu+jAbeM8MEpq9m5Cw6ZdGaUyVavkA+0GJqUl7rD+bc4yBUoF4+F6l\/03xj694udsMQi0g7I0AljBB8kKQqFa3MzjHLCOREakSOgPHZzlsNgnWiRA\/CeTFuaZN8JPVribQzu\/dr29ipkcg0uxMzCA8e9sIlp2Yd3gRGl1gUcbmgIuzWFFzqwIDAQAB"
}