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
公式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"
    }
}