Find sentence examples

Search for sentence examples of the selected text

What is Find sentence examples?

Find sentence examples is a Chrome extension developed by Quy Nguyen, and its main feature is "Search for sentence examples of the selected text".

Extension Screenshots

screenshot
screenshot

Download Find sentence examples Extension CRX File

Download Find sentence examples extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Search for sentence examples of the selected text                    

Extension Basic Information

Name Find sentence examples Find sentence examples
ID ghoefpijelienlldlkgnlgihkjgdllok
Official URL https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok
Description Search for sentence examples of the selected text
File Size 44.53 KB
Installation Count 320
Current Version 1.0
Last Updated 2018-01-01
Publish Date 2018-01-01
Rating 5.00/5 Total 1 Ratings
Developer Quy Nguyen
Email [email protected]
Payment Type free
Supported Languages 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]"
        }
    ]
}