easyWords
Translate it, faster and easier
Hvad er easyWords?
easyWords er en Chrome-udvidelse udviklet af sataniccrow, og dens hovedfunktion er "Translate it, faster and easier".
Udvidelsesskærmbilleder
Download easyWords-udvidelses-CRX-fil
Download easyWords-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Translate what you want as fast as you can without leaving your page :)
...
This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API.
Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx).
Now this service has been shut down as well as the generation of API key. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | faiilkphlbkfnjddbappbaahpmafhmbj |
| Officiel URL | https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj |
| Beskrivelse | Translate it, faster and easier |
| Filstørrelse | 101 KB |
| Antal Installationer | 26 |
| Nuværende Version | 1.4.9 |
| Senest Opdateret | 2021-10-19 |
| Udgivelsesdato | 2018-04-05 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | sataniccrow |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "grapx\/ghost.png",
"default_popup": "html\/main.html"
},
"content_scripts": [
{
"js": [
"js\/jquery-1.8.3.min.js",
"js\/json2.js",
"js\/api.js",
"js\/trigger.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Translate it, faster and easier",
"icons": {
"128": "grapx\/ghost.png"
},
"manifest_version": 2,
"name": "easyWords",
"permissions": [
"storage",
" | |