翻譯2選1

翻譯目前網頁。

What is 翻譯2選1?

翻譯2選1 is a Chrome extension developed by https://blog-zk.blogspot.com, and its main feature is "翻譯目前網頁。".

Extension Screenshots

screenshot
screenshot
screenshot

Download 翻譯2選1 Extension CRX File

Download 翻譯2選1 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

                        2014/2/14 
更新2.0 新增 右鍵選單"翻譯按鈕",
按鈕的文字會依照預設值去做改變。
-----------------------------------
可選用Google翻譯或Bing翻譯來翻譯目前瀏覽的網頁(開新分頁)。                    

Extension Basic Information

Name 翻譯2選1 翻譯2選1
ID fklckakpjjghgcpdjaboalkfgmbkaanl
Official URL https://chromewebstore.google.com/detail/%E7%BF%BB%E8%AD%AF2%E9%81%B81/fklckakpjjghgcpdjaboalkfgmbkaanl
Description 翻譯目前網頁。
File Size 68.07 KB
Installation Count 4,419
Current Version 2.0
Last Updated 2014-02-14
Publish Date 2014-02-14
Rating 4.65/5 Total 144 Ratings
Developer https://blog-zk.blogspot.com
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u7ffb\u8b6f2\u90781",
    "version": "2.0",
    "description": "\u7ffb\u8b6f\u76ee\u524d\u7db2\u9801\u3002",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "options.js",
            "popup.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "\u7ffb\u8b6f\u76ee\u524d\u7db2\u9801",
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}