Find sentence examples

Search for sentence examples of the selected text

Find sentence examplesとは何ですか?

Find sentence examplesはQuy Nguyenによって開発されたChromeの拡張機能で、その主な機能は「Search for sentence examples of the selected text」です。

拡張機能のスクリーンショット

screenshot
screenshot

Find sentence examples拡張機能のCRXファイルをダウンロード

Find sentence examples拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search for sentence examples of the selected text                    

拡張機能の基本情報

名前 Find sentence examples Find sentence examples
ID ghoefpijelienlldlkgnlgihkjgdllok
公式URL https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok
説明 Search for sentence examples of the selected text
ファイルサイズ 44.53 KB
インストール数 320
現在のバージョン 1.0
最終更新日 2018-01-01
公開日 2018-01-01
評価 5.00/5 合計 1 レビュー
開発者 Quy Nguyen
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find sentence examples",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Search for sentence examples of the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "your_dictionary.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}