Quick Search Wiktionary

Provides quick access to Wiktionary from any page.

Was ist Quick Search Wiktionary?

Quick Search Wiktionary ist eine Chrome-Erweiterung, die von wyc entwickelt wurde, und ihr Hauptmerkmal ist "Provides quick access to Wiktionary from any page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Quick Search Wiktionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Search Wiktionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extension that allows users to quickly and easily query Wiktionary.

Features:
Search by typing ` and space in the address bar.
Search by clicking on the extension and typing in the search box.
Search by right clicking a highlighted word.
Supports active Wiktionaries (150+ languages). Change which Wiktionary you would like to use in the options menu.

--

Update 1.0.1: Right clicking now opens in a new tab                    

Grundlegende Informationen zur Erweiterung

Name Quick Search Wiktionary Quick Search Wiktionary
ID kgchoibflodmphihffmogncijonmpmce
Offizielle URL https://chromewebstore.google.com/detail/quick-search-wiktionary/kgchoibflodmphihffmogncijonmpmce
Beschreibung Provides quick access to Wiktionary from any page.
Dateigröße 14.59 KB
Installationsanzahl 122
Aktuelle Version 1.0.1
Letztes Update 2022-09-19
Veröffentlichungsdatum 2021-03-17
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler wyc
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Search Wiktionary",
    "description": "Provides quick access to Wiktionary from any page.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/w16.png",
            "32": "\/images\/w32.png",
            "48": "\/images\/w48.png",
            "128": "\/images\/w128.png"
        }
    },
    "icons": {
        "16": "\/images\/w16.png",
        "32": "\/images\/w32.png",
        "48": "\/images\/w48.png",
        "128": "\/images\/w128.png"
    },
    "options_page": "options.html",
    "omnibox": {
        "keyword": "`"
    }
}