LEO.org simple translator
Easily translate words from any website within your browser — with auto-focus!
Wat is LEO.org simple translator?
LEO.org simple translator is een Chrome-extensie ontwikkeld door FastMediaPublisihing, en de belangrijkste functie is "Easily translate words from any website within your browser — with auto-focus!".
Extensie Screenshots
Download het CRX-bestand van de extensie LEO.org simple translator
Download LEO.org simple translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | LEO.org simple translator |
ID | deaclfigjkibbihdmbbgehagajpfbkmi |
Officiële URL | https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi |
Beschrijving | Easily translate words from any website within your browser — with auto-focus! |
Bestandsgrootte | 64.77 KB |
Aantal Installaties | 230 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2017-10-31 |
Publicatiedatum | 2017-10-31 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | FastMediaPublisihing |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |