easyWords
Translate it, faster and easier
easyWords क्या है?
easyWords sataniccrow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate it, faster and easier"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में easyWords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | easyWords |
ID | faiilkphlbkfnjddbappbaahpmafhmbj |
आधिकारिक URL | https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj |
विवरण | Translate it, faster and easier |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.4.9 |
अंतिम अपडेट | 2021-10-19 |
प्रकाशन तिथि | 2018-04-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | sataniccrow |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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", " |