速度翻譯

Open a translate website quickly

速度翻譯란 무엇입니까?

速度翻譯은(는) https://www.cooltey.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a translate website quickly"입니다.

확장 프로그램 스크린샷

screenshot

速度翻譯 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        沒什麼特別的功能,就是輸入 st 與空白鍵,然後輸入你想要查的單字,就會自動導向字典網站。

(幫你省下大概三秒的時間)                    

확장 프로그램 기본 정보

이름 速度翻譯 速度翻譯
ID fibniljfhieplbcmjlbmdhaobjdkhnak
공식 URL https://chromewebstore.google.com/detail/%E9%80%9F%E5%BA%A6%E7%BF%BB%E8%AD%AF/fibniljfhieplbcmjlbmdhaobjdkhnak
설명 Open a translate website quickly
파일 크기 14.37 KB
설치 횟수 624
현재 버전 1.0
최근 업데이트 2017-08-23
출시 날짜 2017-08-23
평점 5.00/5 총 8 개의 평점
개발자 https://www.cooltey.org
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "\u901f\u5ea6\u7ffb\u8b6f",
    "description": "Open a translate website quickly",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "128": "img\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "omnibox": {
        "keyword": "st"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}