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”。
扩展截图
下载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 |
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" } } |