Oh Caption, My Caption

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

Oh Caption, My Caption क्या है?

Oh Caption, My Caption https://www.ohcaption.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crowd-sourced image captions and descriptions for the visually-impaired."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oh Caption, My Caption एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Oh Caption, My Caption Oh Caption, My Caption
ID mbkdgaippnfnmcfdjkagjmbomhmdjjlb
आधिकारिक URL https://chromewebstore.google.com/detail/oh-caption-my-caption/mbkdgaippnfnmcfdjkagjmbomhmdjjlb
विवरण Crowd-sourced image captions and descriptions for the visually-impaired.
फ़ाइल का आकार 171 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.0.2018.924
अंतिम अपडेट 2018-09-25
प्रकाशन तिथि 2018-09-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.ohcaption.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ohcaption.com/
सहायता पृष्ठ URL https://www.ohcaption.com/doc/reader/
समर्थित भाषाएँ 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": []
}