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
拡張機能の基本情報
名前 | LEO.org simple translator |
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" ] } |