ALIENG

Automatically switch the language of the Aliexpress site to English

ALIENGとは何ですか?

ALIENGはhttps://pedanto.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically switch the language of the Aliexpress site to English」です。

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

screenshot
screenshot

ALIENG拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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 на Английский в автоматическом режиме. При этом сохраняет ранее открытую страницу. Очень удобен если вы переходите на товар по ссылкам из интернета.                    

拡張機能の基本情報

名前 ALIENG ALIENG
ID iheckgdalcgijkcgcdfcpifpphodepnn
公式URL https://chromewebstore.google.com/detail/alieng/iheckgdalcgijkcgcdfcpifpphodepnn
説明 Automatically switch the language of the Aliexpress site to English
ファイルサイズ 618 KB
インストール数 830
現在のバージョン 1.0.18
最終更新日 2020-10-21
公開日 2020-05-26
評価 3.08/5 合計 64 レビュー
開発者 https://pedanto.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://pedanto.com/news/alieng-brauzernyj-plagin-prizvannyj-navsegda-sdelat-aliexpress-anglijskim.html
対応言語 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"
    }
}