速度翻譯

Open a translate website quickly

What is 速度翻譯?

速度翻譯 is a Chrome extension developed by https://www.cooltey.org, and its main feature is "Open a translate website quickly".

Extension Screenshots

screenshot

Download 速度翻譯 Extension CRX File

Download 速度翻譯 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name 速度翻譯 速度翻譯
ID fibniljfhieplbcmjlbmdhaobjdkhnak
Official URL https://chromewebstore.google.com/detail/%E9%80%9F%E5%BA%A6%E7%BF%BB%E8%AD%AF/fibniljfhieplbcmjlbmdhaobjdkhnak
Description Open a translate website quickly
File Size 14.37 KB
Installation Count 624
Current Version 1.0
Last Updated 2017-08-23
Publish Date 2017-08-23
Rating 5.00/5 Total 8 Ratings
Developer https://www.cooltey.org
Email [email protected]
Payment Type free
Supported Languages 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
    }
}