ALIENG
Automatically switch the language of the Aliexpress site to English
ALIENG क्या है?
ALIENG https://pedanto.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically switch the language of the Aliexpress site to English"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ALIENG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |