easyWords
Translate it, faster and easier
Co to jest easyWords?
easyWords to rozszerzenie Chrome opracowane przez sataniccrow, a jego główną funkcją jest „Translate it, faster and easier”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia easyWords
Pobierz pliki rozszerzeń easyWords w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | easyWords |
ID | faiilkphlbkfnjddbappbaahpmafhmbj |
Oficjalny URL | https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj |
Opis | Translate it, faster and easier |
Rozmiar pliku | 101 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.4.9 |
Ostatnia Aktualizacja | 2021-10-19 |
Data Publikacji | 2018-04-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | sataniccrow |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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", " |