Find sentence examples

Search for sentence examples of the selected text

Find sentence examples क्या है?

Find sentence examples Quy Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for sentence examples of the selected text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find sentence examples एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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]"
        }
    ]
}