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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}