Latin dictionary
Translate single Latin words to English easily with two clicks of a mouse. Select the Latin word, click mouse's right button to…
Wat is Latin dictionary?
Latin dictionary is een Chrome-extensie ontwikkeld door randomxpies, en de belangrijkste functie is "Translate single Latin words to English easily with two clicks of a mouse. Select the Latin word, click mouse's right button to…".
Extensie Screenshots
Download het CRX-bestand van de extensie Latin dictionary
Download Latin dictionary-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
Translate single Latin words to English easily with two clicks of a mouse. Select the Latin word, click mouse's right button to open the context menu, select 'Translate to English'.
Technical details:
I am looking up the word's lemma, then I check for translation on https://www.online-latin-dictionary.com/latin-english-dictionary.php. If I don't get anything I check again with http://www.perseus.tufts.edu/. Basisinformatie over de Extensie
| Naam | |
| ID | gnokbeehdoiaaalamhekhopdgiamfggp |
| Officiële URL | https://chromewebstore.google.com/detail/latin-dictionary/gnokbeehdoiaaalamhekhopdgiamfggp |
| Beschrijving | Translate single Latin words to English easily with two clicks of a mouse. Select the Latin word, click mouse's right button to… |
| Bestandsgrootte | 555 KB |
| Aantal Installaties | 335 |
| Huidige Versie | 7 |
| Laatst Bijgewerkt | 2021-08-30 |
| Publicatiedatum | 2020-11-17 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | randomxpies |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latin dictionary",
"version": "7",
"background": {
"scripts": [
"main.js"
],
"persistent": false,
"default_icon": {
"16": "logo.png",
"24": "logo_big.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*"
],
"js": [
"contentScript.js"
],
"css": [
"contentscript.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"permissions": [
"contextMenus"
],
"icons": {
"16": "logo.png",
"24": "logo_big.png"
},
"web_accessible_resources": [
"*.ttf"
]
} | |