Oxford quick search.
Get meaning and pronunciation for word using OXFORD API
What is Oxford quick search.?
Oxford quick search. is a Chrome extension developed by http://sites.google.com/site/santoshmeets, and its main feature is "Get meaning and pronunciation for word using OXFORD API".
Extension Screenshots
Download Oxford quick search. Extension CRX File
Download Oxford quick search. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get meaning and pronunciation for word using OXFORD API
Extension Basic Information
Name | |
ID | nceefncfgjgfchnlepilneagkjemphgk |
Official URL | https://chrome.google.com/webstore/detail/oxford-quick-search/nceefncfgjgfchnlepilneagkjemphgk |
Description | Get meaning and pronunciation for word using OXFORD API |
File Size | 26.3 KB |
Installation Count | 108 |
Current Version | 1.0 |
Last Updated | 2017-02-26 |
Publish Date | 2017-02-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://sites.google.com/site/santoshmeets |
[email protected] | |
Payment Type | free |
Extension Website | http://ersinfosystems.com/ |
Help Page URL | http://ersinfosystems.com/contact-us/ |
Privacy Policy Page URL | http://ersinfosystems.com/quick-search-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oxford quick search.", "version": "1.0", "description": "Get meaning and pronunciation for word using OXFORD API", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "permissions": [ "activeTab", "http:\/\/demo.ersinfosystems.com\/oxforddictionaryapi\/api.php" ], "browser_action": { "default_icon": "icon.png", "default_title": "Get meaning and pronunciation for word!", "default_popup": "popup.html" } } |