速度翻譯
Open a translate website quickly
什么是速度翻譯?
速度翻譯是由https://www.cooltey.org开发的Chrome扩展程序,该扩展的主要功能是“Open a translate website quickly”。
扩展截图
下载速度翻譯扩展crx文件
下载速度翻譯扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        沒什麼特別的功能,就是輸入 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
    }
}  |  |