french word research
Omnibox search helper for French word research
french word research क्या है?
french word research Gibbering in the Basement द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Omnibox search helper for French word research"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में french word research एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This very tiny extension makes it faster and easier to do some quick research on French words. To use it, place your cursor into the Chrome omnibox and type "french" followed by a space. Then type the French word in which you are interested, and hit return. You will then get four new tabs: * A search on http://google.fr for images * A search on http://fr.forvo.com for the pronunciation * A search on http://www.linguee.com for usage examples * A search on http://fr.wiktionary.org for dictionary information This was inspired by Gabriel Wyner of http://Fluent-Forever.com. See http://fluent-forever.com/automate-your-searches/ for more information.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lfmaogplmchebmdhjpliaigkgiklclao |
आधिकारिक URL | https://chrome.google.com/webstore/detail/french-word-research/lfmaogplmchebmdhjpliaigkgiklclao |
विवरण | Omnibox search helper for French word research |
फ़ाइल का आकार | 6.19 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2014-09-14 |
प्रकाशन तिथि | 2014-09-14 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Gibbering in the Basement |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "french word research", "version": "0.0.1", "manifest_version": 2, "description": "Omnibox search helper for French word research", "homepage_url": "http:\/\/jeremy.org\/software\/french-word-research\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "js\/background.js" ] }, "omnibox": { "keyword": "french" } } |