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
Was ist Absolute Free WordReference Dic(Ctrl+Shift+Q)?
Absolute Free WordReference Dic(Ctrl+Shift+Q) ist eine Chrome-Erweiterung, die von msamarehshafeei entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free".
Erweiterungsscreenshots
Absolute Free WordReference Dic(Ctrl+Shift+Q)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Absolute Free WordReference Dic(Ctrl+Shift+Q)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Absolute Free WordReference Dic(Ctrl+Shift+Q) |
ID | goeokadmaehiidbobnbeeejihahdocab |
Offizielle URL | https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab |
Beschreibung | This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free |
Dateigröße | 85.02 KB |
Installationsanzahl | 1,556 |
Aktuelle Version | 2.2 |
Letztes Update | 2022-12-24 |
Veröffentlichungsdatum | 2018-10-13 |
Bewertung | 4.25/5 Insgesamt 16 Bewertungen |
Entwickler | msamarehshafeei |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |