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 là gì?

WordReference Translate w/o leaving the page là một tiện ích mở rộng Chrome được phát triển bởi diridev, và tính năng chính của nó là "Use WordReference anywhere from the extension popup without leaving the page you are browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WordReference Translate w/o leaving the page

Tải xuống các tệp mở rộng WordReference Translate w/o leaving the page 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WordReference Translate w/o leaving the page WordReference Translate w/o leaving the page
ID pjbephkiebgcldoaijkepmljpgjpndal
URL Chính Thức https://chromewebstore.google.com/detail/wordreference-translate-w/pjbephkiebgcldoaijkepmljpgjpndal
Mô tả Use WordReference anywhere from the extension popup without leaving the page you are browsing.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 262
Phiên Bản Hiện Tại 2.1.10
Cập Nhật Lần Cuối 2023-02-08
Ngày Phát Hành 2020-05-20
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển diridev
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}