Rapid WordReference
Rapid WordReference lookup while browsing
Rapid WordReference क्या है?
Rapid WordReference fracru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rapid WordReference lookup while browsing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rapid WordReference एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension lets you use wordreference dictionaries without leaving the page you are browsing thanks to a handy popup. How? It's simple: - click the extension icon - write the word you want to translate - click the search icon or press enter VOILA! You can listen to the pronounciation and see the translations with real world examples. Thanks to this extension you’ll enrich your vocabulary and improve your skills. Press settings to change the language to translate from and to and to choose the dimensions of the popup. This extension features dictionaries and bilingual translation in many languages. The supported languages are: Spanish, French, Italian, German, Dutch, Swedish, Russian, Portuguese, Polish, Romanian, Catalan, Czech, Greek, Turkish, Chinese, Japanese, Korean, Arabic, English monolingual
एक्सटेंशन की मूल जानकारी
नाम | Rapid WordReference |
ID | fbdhepgjnfmdlbfggopmjgnnhmcnghdf |
आधिकारिक URL | https://chromewebstore.google.com/detail/rapid-wordreference/fbdhepgjnfmdlbfggopmjgnnhmcnghdf |
विवरण | Rapid WordReference lookup while browsing |
फ़ाइल का आकार | 89.39 KB |
स्थापना संख्या | 6,389 |
वर्तमान संस्करण | 1.9.2 |
अंतिम अपडेट | 2021-03-25 |
प्रकाशन तिथि | 2019-04-08 |
रेटिंग | 4.75/5 कुल 24 रेटिंग्स |
डेवलपर | fracru |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,nl,tr,es,it,pl,ro,sv,cs,el,ru,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rapid WordReference", "version": "1.9.2", "manifest_version": 2, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "img\/wordreference.png", "32": "img\/wordreference.png", "48": "img\/wordreference.png", "128": "img\/wordreference.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/wordreference.png", "32": "img\/wordreference.png", "48": "img\/wordreference.png", "128": "img\/wordreference.png" } }, "options_page": "options.html", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "short_name": "Rapid WR" } |