Absolute Free WordReference Dic(Ctrl+Shift+Q)
This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Absolute Free WordReference Dic(Ctrl+Shift+Q) क्या है?
Absolute Free WordReference Dic(Ctrl+Shift+Q) msamarehshafeei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Absolute Free WordReference Dic(Ctrl+Shift+Q) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
features include: - absolutely free! - search of a selected word in brower for all languages available in http://www.wordreference.com - auto save of selected language change Feel free to request anything useful so I will add asap
एक्सटेंशन की मूल जानकारी
नाम | Absolute Free WordReference Dic(Ctrl+Shift+Q) |
ID | goeokadmaehiidbobnbeeejihahdocab |
आधिकारिक URL | https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab |
विवरण | This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free |
फ़ाइल का आकार | 85.02 KB |
स्थापना संख्या | 1,556 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2022-12-24 |
प्रकाशन तिथि | 2018-10-13 |
रेटिंग | 4.25/5 कुल 16 रेटिंग्स |
डेवलपर | msamarehshafeei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Absolute Free WordReference Dic(Ctrl+Shift+Q)", "short_name": "WR(Ctrl+Shift+Q)", "description": "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free", "version": "2.2", "icons": { "16": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon144.png" }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Q", "windows": "Ctrl+Shift+Q", "mac": "Command+Shift+Q" } } }, "content_scripts": [ { "js": [ "popup.js", "execution.js" ], "matches": [ "https:\/\/*\/*" ] } ], "action": { "default_icon": "icons\/icon96.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "scripting" ] } |