Quick Search Wiktionary

Provides quick access to Wiktionary from any page.

Qu'est-ce que Quick Search Wiktionary ?

Quick Search Wiktionary est une extension Chrome développée par wyc, et sa fonction principale est "Provides quick access to Wiktionary from any page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Search Wiktionary

Téléchargez les fichiers d'extension Quick Search Wiktionary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Quick Search Wiktionary Quick Search Wiktionary
ID kgchoibflodmphihffmogncijonmpmce
URL Officiel https://chromewebstore.google.com/detail/quick-search-wiktionary/kgchoibflodmphihffmogncijonmpmce
Description Provides quick access to Wiktionary from any page.
Taille du Fichier 14.59 KB
Nombre d'Installations 122
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-09-19
Date de Publication 2021-03-17
Évaluation 4.50/5 Total 4 Évaluations
Développeur wyc
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": "`"
    }
}