Oh Caption, My Caption

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

Cos'è Oh Caption, My Caption?

Oh Caption, My Caption è un'estensione di Chrome sviluppata da https://www.ohcaption.com, e la sua funzione principale è "Crowd-sourced image captions and descriptions for the visually-impaired.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Oh Caption, My Caption

Scarica i file di estensione Oh Caption, My Caption in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Oh Caption, My Caption Oh Caption, My Caption
ID mbkdgaippnfnmcfdjkagjmbomhmdjjlb
URL Ufficiale https://chromewebstore.google.com/detail/oh-caption-my-caption/mbkdgaippnfnmcfdjkagjmbomhmdjjlb
Descrizione Crowd-sourced image captions and descriptions for the visually-impaired.
Dimensione del File 171 KB
Conteggio Installazioni 31
Versione Corrente 1.0.2018.924
Ultimo Aggiornamento 2018-09-25
Data di Pubblicazione 2018-09-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.ohcaption.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ohcaption.com/
URL della Pagina di Aiuto https://www.ohcaption.com/doc/reader/
Lingue Supportate 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": []
}