LEO.org simple translator

Easily translate words from any website within your browser — with auto-focus!

什麼是LEO.org simple translator?

LEO.org simple translator是由FastMediaPublisihing開發的Chrome擴展程式,該擴展的主要功能是“Easily translate words from any website within your browser — with auto-focus!”。

擴展截圖

screenshot

下載LEO.org simple translator擴展crx文件

下載LEO.org simple translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An easy popup to translate words on the fly.
With auto-focus on the search field and relocating the ads to be less disturbing for this experience.

No own ads injected!

Minimal required permissions needed!

This extension uses leo.org!

///////////////////////////////////////////////////////
////
////  I AM NOT AFFILIATED WITH LEO.ORG
////  THEY MAY CHANGE THEIR PAGE BAHAVIOUR AT ANY TIME
////  NO GUARANTUEE
////
///////////////////////////////////////////////////////

CHANGELOG
--------------------------
v0.3
- updated ffor the new page
v0.2
- Added Icons
- Updated to reflect the new mobile page of leo.org                    

擴展基本資訊

名稱 LEO.org simple translator LEO.org simple translator
ID deaclfigjkibbihdmbbgehagajpfbkmi
官方網址 https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi
簡介 Easily translate words from any website within your browser — with auto-focus!
檔案大小 64.77 KB
安裝次數 230
目前版本 0.3
更新時間 2017-10-31
上架時間 2017-10-31
評分 4.60/5 共 5 次評分
開發者 FastMediaPublisihing
付費類型 free
支援的語言 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "inject.js"
            ],
            "matches": [
                "http:\/\/pda.leo.org\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Easily translate words from any website within your browser \u2014 with auto-focus!",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "LEO.org simple translator",
    "version": "0.3",
    "web_accessible_resources": [
        "popup.html"
    ]
}