WordReference Translate w/o leaving the page

Use WordReference anywhere from the extension popup without leaving the page you are browsing.

WordReference Translate w/o leaving the pageとは何ですか?

WordReference Translate w/o leaving the pageはdiridevによって開発されたChromeの拡張機能で、その主な機能は「Use WordReference anywhere from the extension popup without leaving the page you are browsing.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

WordReference Translate w/o leaving the page拡張機能のCRXファイルをダウンロード

WordReference Translate w/o leaving the page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Access WordReference dictionaries of lots of different languages from anywhere. Translate every word with details and examples. Listen to the pronunciation.
Features:
    Free:
      · No need to leave the page you are browsing to translate a word
      · WordReference virtual dictionaries supported
      · Listen to the pronunciation of a word
      · Automatic search with inverted languages
    Premium:
      · One time payment to unlock all the current and future premium features forever
      · WordReference interactive click supported (click on a word within the translation page to translate it)
      · Select a word in a webpage and translate it with a click or a keyboard shortcut
      · Change the appearance of the extension with the available theme
      · Automatic language detection                    

拡張機能の基本情報

名前 WordReference Translate w/o leaving the page WordReference Translate w/o leaving the page
ID pjbephkiebgcldoaijkepmljpgjpndal
公式URL https://chromewebstore.google.com/detail/wordreference-translate-w/pjbephkiebgcldoaijkepmljpgjpndal
説明 Use WordReference anywhere from the extension popup without leaving the page you are browsing.
ファイルサイズ 162 KB
インストール数 262
現在のバージョン 2.1.10
最終更新日 2023-02-08
公開日 2020-05-20
評価 3.33/5 合計 3 レビュー
開発者 diridev
Eメール [email protected]
支払い方法 in_app
対応言語 en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.1.10",
    "description": "__MSG_extensionDescription__",
    "author": "__MSG_extensionAuthor__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiPGWPKO0o6VJU\/jaP0DrInQQSEgjS\/zm5p5WuItZSk+\/bQaj80Pa54E0\/fjvdCAwEndSuu855RFmRwpzX8q4BN\/FtGs2S5Dwg9UdF4ycH\/LIG5q2ps\/HTBPIqmLyZchmT9wrPYBAPYIOc75UXnSPs2RBDXQkryoU2BjSCwD7mQM0nEV7N7RXUfeQt0EMfko7tnnUXD96osUwpTl7BcOPWYHAanAUUdQslkjQSfnzW2+tsU3qH8IJCTGIH+lFDsqU69G7cynb7Gn870rm2BbxvbiZgmY8xI1DnWINhZLSAZhaG7auV66+iMNbHvlyYNovhoQy6bWfxAA6Tv+4E\/SYbwIDAQAB",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "contextMenus",
        "https:\/\/diridevelops.altervista.org\/wordreferencepopup\/*",
        "https:\/\/www.wordreference.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "66388493183-bh980nmg050e439r2bhiprcf0nvnf2gg.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/diridevelops.altervista.org\/wordreferencepopup\/login.php",
                "https:\/\/diridevelops.altervista.org\/wordreferencepopup\/paypal.php"
            ],
            "js": [
                "settings\/userScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/jquery.min.js",
                "includes\/globals.js",
                "popup\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "styles\/*",
        "includes\/jquery.min.js"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popTitle__",
        "default_icon": {
            "16": "icons\/icon\/icon-16.png",
            "32": "icons\/icon\/icon-32.png",
            "48": "icons\/icon\/icon-48.png",
            "96": "icons\/icon\/icon-96.png",
            "128": "icons\/icon\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon\/icon-16.png",
        "32": "icons\/icon\/icon-32.png",
        "48": "icons\/icon\/icon-48.png",
        "96": "icons\/icon\/icon-96.png",
        "128": "icons\/icon\/icon-128.png"
    }
}