LEO.org simple translator
Easily translate words from any website within your browser — with auto-focus!
Qu'est-ce que LEO.org simple translator ?
LEO.org simple translator est une extension Chrome développée par FastMediaPublisihing, et sa fonction principale est "Easily translate words from any website within your browser — with auto-focus!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LEO.org simple translator
Téléchargez les fichiers d'extension LEO.org simple translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | LEO.org simple translator |
ID | deaclfigjkibbihdmbbgehagajpfbkmi |
URL Officiel | https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi |
Description | Easily translate words from any website within your browser — with auto-focus! |
Taille du Fichier | 64.77 KB |
Nombre d'Installations | 230 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2017-10-31 |
Date de Publication | 2017-10-31 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | FastMediaPublisihing |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |