Etymonline

Online Etymology Dictionary

Hvad er Etymonline?

Etymonline er en Chrome-udvidelse udviklet af https://www.etymonline.com, og dens hovedfunktion er "Online Etymology Dictionary".

Udvidelsesskærmbilleder

screenshot

Download Etymonline-udvidelses-CRX-fil

Download Etymonline-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Skip the home page. Search any word or phrase from the 50,000 entries in the Online Etymology Dictionary directly from your Chrome toolbar with this one-click extension.

Update log:
V1.8:
* Bug fixes.                    

Grundlæggende oplysninger om udvidelsen

Navn Etymonline Etymonline
ID giehjnnlopapngdjbjjgddpaagoimmgl
Officiel URL https://chromewebstore.google.com/detail/etymonline/giehjnnlopapngdjbjjgddpaagoimmgl
Beskrivelse Online Etymology Dictionary
Filstørrelse 82.66 KB
Antal Installationer 51,086
Nuværende Version 1.8
Senest Opdateret 2021-08-15
Udgivelsesdato 2018-01-02
Bedømmelse 4.56/5 Samlet 36 Bedømmelser
Udvikler https://www.etymonline.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.etymonline.com/legal/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Etymonline",
    "version": "1.8",
    "description": "Online Etymology Dictionary",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon-48.png"
        },
        "default_title": "Etymonline chrome extension",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/www.etymonline.com\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/axios.min.js",
            "js\/background.js"
        ]
    },
    "omnibox": {
        "keyword": "etymology"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.etymonline.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}