Double Trans
Tłumacz angielsko-polski
Wat is Double Trans?
Double Trans is een Chrome-extensie ontwikkeld door Double Trans, en de belangrijkste functie is "Tłumacz angielsko-polski".
Extensie Screenshots
Download het CRX-bestand van de extensie Double Trans
Download Double Trans-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
By przetłumaczyć słowo, wystarczy kliknąć na nie dwa razy. W dolnej części przeglądarki pojawi się jego tłumaczenie.
Basisinformatie over de Extensie
Naam | Double Trans |
ID | igkpinhkgghcbpmhokkfgjecjndmahle |
Officiële URL | https://chromewebstore.google.com/detail/double-trans/igkpinhkgghcbpmhokkfgjecjndmahle |
Beschrijving | Tłumacz angielsko-polski |
Bestandsgrootte | 506 KB |
Aantal Installaties | 239 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2014-02-23 |
Publicatiedatum | 2014-02-22 |
Beoordeling | 4.50/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Double Trans |
Betalingswijze | free |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Double Trans", "description": "T\u0142umacz angielsko-polski", "version": "1.1.4", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "kodRozszerzenia.js" ] } ], "web_accessible_resources": [ "ANG-POL3.html" ] } |