french word research

Omnibox search helper for French word research

什麼是french word research?

french word research是由Gibbering in the Basement開發的Chrome擴展程式,該擴展的主要功能是“Omnibox search helper for French word research”。

下載french word research擴展crx文件

下載french word research擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 french word research french word research
ID lfmaogplmchebmdhjpliaigkgiklclao
官方網址 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"
    }
}