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

Qu'est-ce que Absolute Free WordReference Dic(Ctrl+Shift+Q) ?

Absolute Free WordReference Dic(Ctrl+Shift+Q) est une extension Chrome développée par msamarehshafeei, et sa fonction principale est "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Absolute Free WordReference Dic(Ctrl+Shift+Q)

Téléchargez les fichiers d'extension Absolute Free WordReference Dic(Ctrl+Shift+Q) 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

                        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                    

Informations de Base sur l'Extension

Nom Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
URL Officiel https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
Description This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Taille du Fichier 85.02 KB
Nombre d'Installations 1,556
Version Actuelle 2.2
Dernière Mise à Jour 2022-12-24
Date de Publication 2018-10-13
Évaluation 4.25/5 Total 16 Évaluations
Développeur msamarehshafeei
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}