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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crowd-sourced image captions and descriptions for the visually-impaired."입니다.

확장 프로그램 스크린샷

screenshot

Oh Caption, My Caption 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
}