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

Vad är Absolute Free WordReference Dic(Ctrl+Shift+Q)?

Absolute Free WordReference Dic(Ctrl+Shift+Q) är en Chrome-tillägg utvecklad av msamarehshafeei, och dess huvudfunktion är "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Absolute Free WordReference Dic(Ctrl+Shift+Q)-förlängningens CRX-fil

Ladda ner Absolute Free WordReference Dic(Ctrl+Shift+Q)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
Officiell webbadress https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
Beskrivning This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
Filstorlek 85.02 KB
Antal Installationer 1,556
Aktuell Version 2.2
Senast Uppdaterad 2022-12-24
Publiceringsdatum 2018-10-13
Betyg 4.25/5 Totalt 16 Betyg
Utvecklare msamarehshafeei
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}