LEO.org simple translator
Easily translate words from any website within your browser — with auto-focus!
Was ist LEO.org simple translator?
LEO.org simple translator ist eine Chrome-Erweiterung, die von FastMediaPublisihing entwickelt wurde, und ihr Hauptmerkmal ist "Easily translate words from any website within your browser — with auto-focus!".
Erweiterungsscreenshots
LEO.org simple translator-Erweiterungs-CRX-Datei herunterladen
Laden Sie LEO.org simple translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | LEO.org simple translator |
ID | deaclfigjkibbihdmbbgehagajpfbkmi |
Offizielle URL | https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi |
Beschreibung | Easily translate words from any website within your browser — with auto-focus! |
Dateigröße | 64.77 KB |
Installationsanzahl | 230 |
Aktuelle Version | 0.3 |
Letztes Update | 2017-10-31 |
Veröffentlichungsdatum | 2017-10-31 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | FastMediaPublisihing |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |