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)とは何ですか?

Absolute Free WordReference Dic(Ctrl+Shift+Q)はmsamarehshafeeiによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free」です。

拡張機能のスクリーンショット

screenshot
screenshot

Absolute Free WordReference Dic(Ctrl+Shift+Q)拡張機能のCRXファイルをダウンロード

Absolute Free WordReference Dic(Ctrl+Shift+Q)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Absolute Free WordReference Dic(Ctrl+Shift+Q) Absolute Free WordReference Dic(Ctrl+Shift+Q)
ID goeokadmaehiidbobnbeeejihahdocab
公式URL https://chromewebstore.google.com/detail/absolute-free-wordreferen/goeokadmaehiidbobnbeeejihahdocab
説明 This extension allows the user to look up the selected word in wordreference.com dictionary in all languages. Absolutely Free
ファイルサイズ 85.02 KB
インストール数 1,556
現在のバージョン 2.2
最終更新日 2022-12-24
公開日 2018-10-13
評価 4.25/5 合計 16 レビュー
開発者 msamarehshafeei
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}