Wiktionary Search

This extension allows you to perform a quick search on the Wiktionary.

Was ist Wiktionary Search?

Wiktionary Search ist eine Chrome-Erweiterung, die von celeissl entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to perform a quick search on the Wiktionary.".

Erweiterungsscreenshots

screenshot

Wiktionary Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wiktionary Search-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

                        Adds a button that lets you search for a word on the English wiktionary site. Also lets you right click on a selected piece of text to search on wiktionary.

Git Hub: https://github.com/opr/WiktionarySearch

Coming soon:
Search history and search-prediction in your locale                    

Grundlegende Informationen zur Erweiterung

Name Wiktionary Search Wiktionary Search
ID ibncmbgpniokogofpkjnlcpfpiodoppk
Offizielle URL https://chromewebstore.google.com/detail/wiktionary-search/ibncmbgpniokogofpkjnlcpfpiodoppk
Beschreibung This extension allows you to perform a quick search on the Wiktionary.
Dateigröße 101 KB
Installationsanzahl 1,871
Aktuelle Version 1.3.4
Letztes Update 2017-02-16
Veröffentlichungsdatum 2017-02-16
Bewertung 4.17/5 Insgesamt 24 Bewertungen
Entwickler celeissl
Zahlungsart free
Unterstützte Sprachen id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "__MSG_desc__",
    "homepage_url": "http:\/\/thomas-roberts.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Wiktionary Search",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "options_ui": {
        "page": "src\/opt\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "contextMenus",
        "*:\/\/*.wiktionary.org\/*",
        "storage"
    ]
}