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 to jest Absolute Free WordReference Dic(Ctrl+Shift+Q)?

Absolute Free WordReference Dic(Ctrl+Shift+Q) to rozszerzenie Chrome opracowane przez msamarehshafeei, a jego główną funkcją jest „This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Absolute Free WordReference Dic(Ctrl+Shift+Q)

Pobierz pliki rozszerzeń Absolute Free WordReference Dic(Ctrl+Shift+Q) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
Oficjalny URL https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
Opis This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Rozmiar pliku 85.02 KB
Liczba instalacji 1,556
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2022-12-24
Data Publikacji 2018-10-13
Ocena 4.25/5 Łącznie 16 Oceny
Deweloper msamarehshafeei
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}