Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Apa itu Leo Inline Translator?
Leo Inline Translator adalah ekstensi Chrome yang dikembangkan oleh billy.rennekamp, dan fitur utamanya adalah "Get Leo.de's definition of your highlighted word without leaving the page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Leo Inline Translator
Unduh file ekstensi Leo Inline Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
URL Resmi | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
Deskripsi | Get Leo.de's definition of your highlighted word without leaving the page |
Ukuran File | 139 KB |
Jumlah Instalasi | 137 |
Versi Saat Ini | 1.12 |
Terakhir Diperbarui | 2015-12-27 |
Tanggal Publikasi | 2015-12-27 |
Penilaian | 2.20/5 Total 5 Penilaian |
Pengembang | billy.rennekamp |
Tipe Pembayaran | free |
Situs Ekstensi | http://dict.leo.org |
Bahasa yang Didukung | 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" ] } |