Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Leo Inline Translatorとは何ですか?
Leo Inline Translatorはbilly.rennekampによって開発されたChromeの拡張機能で、その主な機能は「Get Leo.de's definition of your highlighted word without leaving the page」です。
拡張機能のスクリーンショット
Leo Inline Translator拡張機能のCRXファイルをダウンロード
Leo Inline Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
公式URL | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
説明 | Get Leo.de's definition of your highlighted word without leaving the page |
ファイルサイズ | 139 KB |
インストール数 | 137 |
現在のバージョン | 1.12 |
最終更新日 | 2015-12-27 |
公開日 | 2015-12-27 |
評価 | 2.20/5 合計 5 レビュー |
開発者 | billy.rennekamp |
支払い方法 | free |
拡張機能のウェブサイト | http://dict.leo.org |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leo Inline Translator", "description": "Get Leo.de's definition of your highlighted word without leaving the page", "version": "1.12", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "pickle.css" ], "js": [ "js\/jquery.min.js", "pickle.js" ] } ], "background": { "persistant": false, "scripts": [ "build.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/ajax.googleapis.com\/", "contextMenus" ] } |