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文件

下載Oh Caption, My Caption擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
}