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
Absolute Free WordReference Dic(Ctrl+Shift+Q) là gì?
Absolute Free WordReference Dic(Ctrl+Shift+Q) là một tiện ích mở rộng Chrome được phát triển bởi msamarehshafeei, và tính năng chính của nó là "This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Absolute Free WordReference Dic(Ctrl+Shift+Q)
Tải xuống các tệp mở rộng Absolute Free WordReference Dic(Ctrl+Shift+Q) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Absolute Free WordReference Dic(Ctrl+Shift+Q) |
ID | goeokadmaehiidbobnbeeejihahdocab |
URL Chính Thức | https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab |
Mô tả | This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free |
Kích Thước Tệp | 85.02 KB |
Số Lần Cài Đặt | 1,556 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2022-12-24 |
Ngày Phát Hành | 2018-10-13 |
Đánh Giá | 4.25/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | msamarehshafeei |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |