Selection Translator
It's a simple selection translator. No complex UI !
Wat is Selection Translator?
Selection Translator is een Chrome-extensie ontwikkeld door Sita's, en de belangrijkste functie is "It's a simple selection translator. No complex UI !".
Extensie Screenshots
Download het CRX-bestand van de extensie Selection Translator
Download Selection 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
Just select the text and you are done ! This is time saving, fast and simple to use.
Basisinformatie over de Extensie
Naam | Selection Translator |
ID | anhalogecnnmbgojhjffbdfimlpemoop |
Officiële URL | https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop |
Beschrijving | It's a simple selection translator. No complex UI ! |
Bestandsgrootte | 8.42 KB |
Aantal Installaties | 462 |
Huidige Versie | 0.1.9 |
Laatst Bijgewerkt | 2018-09-05 |
Publicatiedatum | 2018-09-05 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Sita's |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Translator", "version": "0.1.9", "description": "It's a simple selection translator. No complex UI !", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |