Oh Caption, My Caption

Crowd-sourced image captions and descriptions for the visually-impaired.

Apa itu Oh Caption, My Caption?

Oh Caption, My Caption adalah ekstensi Chrome yang dikembangkan oleh https://www.ohcaption.com, dan fitur utamanya adalah "Crowd-sourced image captions and descriptions for the visually-impaired.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Oh Caption, My Caption

Unduh file ekstensi Oh Caption, My Caption 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

                        Crowd-sourced image descriptions: Sighted people helping visually-impaired people get the most from social media.                    

Informasi Dasar Ekstensi

Nama Oh Caption, My Caption Oh Caption, My Caption
ID mbkdgaippnfnmcfdjkagjmbomhmdjjlb
URL Resmi https://chromewebstore.google.com/detail/oh-caption-my-caption/mbkdgaippnfnmcfdjkagjmbomhmdjjlb
Deskripsi Crowd-sourced image captions and descriptions for the visually-impaired.
Ukuran File 171 KB
Jumlah Instalasi 31
Versi Saat Ini 1.0.2018.924
Terakhir Diperbarui 2018-09-25
Tanggal Publikasi 2018-09-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.ohcaption.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ohcaption.com/
URL Halaman Bantuan https://www.ohcaption.com/doc/reader/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oh Caption, My Caption",
    "short_name": "Oh Caption!",
    "version": "1.0.2018.924",
    "homepage_url": "https:\/\/www.ohcaption.com\/",
    "description": "Crowd-sourced image captions and descriptions for the visually-impaired.",
    "author": "Patrick Stein ",
    "content_security_policy": "default-src 'self' https:\/\/www.ohcaption.com; img-src 'self' http:\/\/* https:\/\/*",
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "200": "icon200.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "webRequest",
        "*:\/\/*\/*",
        "https:\/\/www.ohcaption.com\/api\/GetCaptions.php",
        "https:\/\/www.ohcaption.com\/api\/UpdateCaption.php"
    ],
    "commands": {
        "toggle-oh-caption": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Toggle Oh-Caption! image descriptions"
        }
    },
    "background": {
        "scripts": [
            "polyfill\/browser-polyfill.js",
            "ohcaption.js",
            "options\/options.js",
            "toggle\/toggle-dispatch.js",
            "captions\/context-menu.js",
            "monitor\/monitor-dispatch.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_idle",
            "css": [
                "ohcaption.css",
                "cleanup\/cleanup.css"
            ],
            "js": [
                "polyfill\/browser-polyfill.js",
                "ohcaption.js",
                "options\/options.js",
                "toggle\/toggle-listener.js",
                "cleanup\/cleanup.js",
                "captions\/context-menu-toggle.js",
                "captions\/request.js",
                "captions\/query.js",
                "captions\/page.js",
                "captions\/popup-listener.js",
                "monitor\/monitor-listener.js",
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "web_accessible_resources": []
}