AliExpress Button

Small button for AliExpress.com will provide you convenient access to the different parts of the store

Что такое AliExpress Button?

AliExpress Button - это расширение Chrome, разработанное devunion, и его основная функция - "Small button for AliExpress.com will provide you convenient access to the different parts of the store".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения AliExpress Button

Скачайте файлы расширений AliExpress Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Small but convenient button that will help you to work with AliExpress.com more effectively. You can search any interesting items on the site or quickly navigate directly to the necessary page.                    

Основная информация о расширении

Название AliExpress Button AliExpress Button
ID cpflfpndiakleehooekmjggkeibkelpm
Официальный URL https://chromewebstore.google.com/detail/aliexpress-button/cpflfpndiakleehooekmjggkeibkelpm
Описание Small button for AliExpress.com will provide you convenient access to the different parts of the store
Размер файла 66.85 KB
Количество установок 533
Текущая Версия 1.0.25
Последнее Обновление 2015-07-27
Дата публикации 2015-07-27
Рейтинг 4.77/5 Всего 13 оценок
Разработчик devunion
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/Icon19.png",
        "default_popup": "popup.html",
        "default_title": "Go with AliExpress!"
    },
    "content_scripts": [],
    "description": "Small button for AliExpress.com will provide you convenient access to the different parts of the store",
    "icons": {
        "128": "img\/Icon128.png",
        "16": "img\/Icon16.png",
        "48": "img\/Icon48.png"
    },
    "manifest_version": 2,
    "name": "AliExpress Button",
    "permissions": [
        "http:\/\/stat.extensionmaker.com\/*",
        "http:\/\/extensionmaker.com\/*",
        "tabs"
    ],
    "version": "1.0.25"
}