french word research
Omnibox search helper for French word research
¿Qué es french word research?
french word research es una extensión de Chrome desarrollada por Gibbering in the Basement, y su función principal es "Omnibox search helper for French word research".
Descargar Archivo CRX de la Extensión french word research
Descarga archivos de extensión french word research en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lfmaogplmchebmdhjpliaigkgiklclao |
URL Oficial | https://chrome.google.com/webstore/detail/french-word-research/lfmaogplmchebmdhjpliaigkgiklclao |
Descripción | Omnibox search helper for French word research |
Tamaño del Archivo | 6.19 KB |
Cantidad de Instalaciones | 30 |
Versión Actual | 0.0.1 |
Última Actualización | 2014-09-14 |
Fecha de Publicación | 2014-09-14 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Gibbering in the Basement |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |