Absolute Free WordReference Dic(Ctrl+Shift+Q)

This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free

Cos'è Absolute Free WordReference Dic(Ctrl+Shift+Q)?

Absolute Free WordReference Dic(Ctrl+Shift+Q) è un'estensione di Chrome sviluppata da msamarehshafeei, e la sua funzione principale è "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Absolute Free WordReference Dic(Ctrl+Shift+Q)

Scarica i file di estensione Absolute Free WordReference Dic(Ctrl+Shift+Q) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        features include:

- absolutely free!
- search of a selected word in brower for all languages available in http://www.wordreference.com
- auto save of selected language change

Feel free to request anything useful so I will add asap                    

Informazioni di Base sull'Estensione

Nome Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
URL Ufficiale https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
Descrizione This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Dimensione del File 85.02 KB
Conteggio Installazioni 1,556
Versione Corrente 2.2
Ultimo Aggiornamento 2022-12-24
Data di Pubblicazione 2018-10-13
Valutazione 4.25/5 Totale 16 Valutazioni
Sviluppatore msamarehshafeei
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Absolute Free WordReference Dic(Ctrl+Shift+Q)",
    "short_name": "WR(Ctrl+Shift+Q)",
    "description": "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free",
    "version": "2.2",
    "icons": {
        "16": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon144.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "windows": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "popup.js",
                "execution.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon96.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}