translate to local language
select text and right click it, then you will see the menu
Vad är translate to local language?
translate to local language är en Chrome-tillägg utvecklad av zen, och dess huvudfunktion är "select text and right click it, then you will see the menu".
Tilläggsskärmbilder
Ladda ner translate to local language-förlängningens CRX-fil
Ladda ner translate to local language-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
select text then right click it...no matter what language you use. Grundläggande Information om Tillägg
| Namn | |
| ID | ioeanppiclmdjkeijlgebjnmbdpkckem |
| Officiell webbadress | https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem |
| Beskrivning | select text and right click it, then you will see the menu |
| Filstorlek | 13.96 KB |
| Antal Installationer | 21 |
| Aktuell Version | 0.5 |
| Senast Uppdaterad | 2020-12-06 |
| Publiceringsdatum | 2019-12-18 |
| Utvecklare | zen |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "translate to local language",
"description": "select text and right click it, then you will see the menu",
"version": "0.5",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"google_trans.js"
]
},
"manifest_version": 2
} | |