快捷插件

快速打开谷歌翻译页面

快捷插件란 무엇입니까?

快捷插件은(는) QQ:3391074430에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "快速打开谷歌翻译页面"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

快捷插件 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        快速打开谷歌翻译页面                    

확장 프로그램 기본 정보

이름 快捷插件 快捷插件
ID okojpfcopjjbgejafdmkeijaniplohpi
공식 URL https://chromewebstore.google.com/detail/%E5%BF%AB%E6%8D%B7%E6%8F%92%E4%BB%B6/okojpfcopjjbgejafdmkeijaniplohpi
설명 快速打开谷歌翻译页面
파일 크기 5.45 KB
설치 횟수 288
현재 버전 1.0
최근 업데이트 2019-04-07
출시 날짜 2019-04-07
개발자 QQ:3391074430
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5feb\u6377\u63d2\u4ef6",
    "version": "1.0",
    "description": "\u5feb\u901f\u6253\u5f00\u8c37\u6b4c\u7ffb\u8bd1\u9875\u9762",
    "icons": {
        "18": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "windows": "Ctrl+Shift+Y"
            }
        }
    }
}