Oh Caption, My Caption

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

Oh Caption, My Caption là gì?

Oh Caption, My Caption là một tiện ích mở rộng Chrome được phát triển bởi https://www.ohcaption.com, và tính năng chính của nó là "Crowd-sourced image captions and descriptions for the visually-impaired.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oh Caption, My Caption

Tải xuống các tệp mở rộng Oh Caption, My Caption dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Oh Caption, My Caption Oh Caption, My Caption
ID mbkdgaippnfnmcfdjkagjmbomhmdjjlb
URL Chính Thức https://chromewebstore.google.com/detail/oh-caption-my-caption/mbkdgaippnfnmcfdjkagjmbomhmdjjlb
Mô tả Crowd-sourced image captions and descriptions for the visually-impaired.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.2018.924
Cập Nhật Lần Cuối 2018-09-25
Ngày Phát Hành 2018-09-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.ohcaption.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ohcaption.com/
URL Trang Trợ Giúp https://www.ohcaption.com/doc/reader/
Ngôn Ngữ Được Hỗ Trợ 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": []
}