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

Co je Absolute Free WordReference Dic(Ctrl+Shift+Q)?

Absolute Free WordReference Dic(Ctrl+Shift+Q) je rozšíření Chrome vyvinuté msamarehshafeei, a jeho hlavní funkcí je „This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Absolute Free WordReference Dic(Ctrl+Shift+Q)

Stáhněte si soubory rozšíření Absolute Free WordReference Dic(Ctrl+Shift+Q) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
Oficiální URL https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
Popis This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Velikost souboru 85.02 KB
Počet instalací 1,556
Aktuální Verze 2.2
Poslední Aktualizace 2022-12-24
Datum Vydání 2018-10-13
Hodnocení 4.25/5 Celkem 16 Hodnocení
Vývojář msamarehshafeei
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}