Oxford Dictionary Lookup

Looks up the selected text on Oxford Learner's Dictionaries

Vad är Oxford Dictionary Lookup?

Oxford Dictionary Lookup är en Chrome-tillägg utvecklad av namnguyenhoai.info, och dess huvudfunktion är "Looks up the selected text on Oxford Learner's Dictionaries".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Oxford Dictionary Lookup-förlängningens CRX-fil

Ladda ner Oxford Dictionary Lookup-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

                        Looks up the selected text on https://www.oxfordlearnersdictionaries.com.
- Just right-click on the selected text and choose "Oxford Lookup ..."
- Auto close old popup.
- Store a history of 15 words you've looked up .                    

Grundläggande Information om Tillägg

Namn Oxford Dictionary Lookup Oxford Dictionary Lookup
ID llcdhkifjccomnbldmapjdeoaopnalfh
Officiell webbadress https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh
Beskrivning Looks up the selected text on Oxford Learner's Dictionaries
Filstorlek 141 KB
Antal Installationer 10,000
Aktuell Version 1.1
Senast Uppdaterad 2019-02-26
Publiceringsdatum 2019-02-26
Betyg 4.92/5 Totalt 24 Betyg
Utvecklare namnguyenhoai.info
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://namnguyenhoai.info/
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oxford Dictionary Lookup",
    "version": "1.1",
    "description": "Looks up the selected text on Oxford Learner's Dictionaries",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}