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 |
官方網址 | 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" } } |