ALIENG

Automatically switch the language of the Aliexpress site to English

ALIENG là gì?

ALIENG là một tiện ích mở rộng Chrome được phát triển bởi https://pedanto.com, và tính năng chính của nó là "Automatically switch the language of the Aliexpress site to English".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ALIENG

Tải xuống các tệp mở rộng ALIENG 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

                        AliENG - The plugin automatically switches the language of the Aliexpress site to English (on the product pages). In this case, you stay on the same page and you do not have nothing to press.

The AliENG plugin is designed for those who are comfortable with viewing the Aliexpress website in English.

AliENG - Плагин переключает язык сайта Aliexpress на Английский в автоматическом режиме. При этом сохраняет ранее открытую страницу. Очень удобен если вы переходите на товар по ссылкам из интернета.                    

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

Tên ALIENG ALIENG
ID iheckgdalcgijkcgcdfcpifpphodepnn
URL Chính Thức https://chromewebstore.google.com/detail/alieng/iheckgdalcgijkcgcdfcpifpphodepnn
Mô tả Automatically switch the language of the Aliexpress site to English
Kích Thước Tệp 618 KB
Số Lần Cài Đặt 830
Phiên Bản Hiện Tại 1.0.18
Cập Nhật Lần Cuối 2020-10-21
Ngày Phát Hành 2020-05-26
Đánh Giá 3.08/5 Tổng số 64 Đánh Giá
Nhà Phát Triển https://pedanto.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://pedanto.com/news/alieng-brauzernyj-plagin-prizvannyj-navsegda-sdelat-aliexpress-anglijskim.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ALIENG",
    "version": "1.0.18",
    "description": "Automatically switch the language of the Aliexpress site to English",
    "short_name": "ALIENG - Aliexpress is always in English",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.ru\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ALIENG",
        "default_icon": "img\/icon_16.png",
        "default_popup": "popup.html"
    }
}