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!”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | deaclfigjkibbihdmbbgehagajpfbkmi |
| 官方URL | 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"
]
} | |