Find sentence examples

Search for sentence examples of the selected text

Vad är Find sentence examples?

Find sentence examples är en Chrome-tillägg utvecklad av Quy Nguyen, och dess huvudfunktion är "Search for sentence examples of the selected text".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Find sentence examples-förlängningens CRX-fil

Ladda ner Find sentence examples-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Search for sentence examples of the selected text                    

Grundläggande Information om Tillägg

Namn Find sentence examples Find sentence examples
ID ghoefpijelienlldlkgnlgihkjgdllok
Officiell webbadress https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok
Beskrivning Search for sentence examples of the selected text
Filstorlek 44.53 KB
Antal Installationer 320
Aktuell Version 1.0
Senast Uppdaterad 2018-01-01
Publiceringsdatum 2018-01-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Quy Nguyen
E-post [email protected]
Betalningssätt free
Stödda Språk 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]"
        }
    ]
}