PinAli - PinIt button for AliExpress images

Add PinIt button for every image on AliExpress pages and share easy your shopping style.

Что такое PinAli - PinIt button for AliExpress images?

PinAli - PinIt button for AliExpress images - это расширение Chrome, разработанное CodedByHand, и его основная функция - "Add PinIt button for every image on AliExpress pages and share easy your shopping style.".

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

screenshot

Скачать файл CRX расширения PinAli - PinIt button for AliExpress images

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

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

                                            

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

Название PinAli - PinIt button for AliExpress images PinAli - PinIt button for AliExpress images
ID nejbfcpiopnbijigppomhgpieofpkfkb
Официальный URL https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb
Описание Add PinIt button for every image on AliExpress pages and share easy your shopping style.
Размер файла 11.37 KB
Количество установок 17
Текущая Версия 1.0.2
Последнее Обновление 2015-04-07
Дата публикации 2015-04-07
Разработчик CodedByHand
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/coded-by-hand-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PinAli - PinIt button for AliExpress images",
    "short_name": "PinAli",
    "version": "1.0.2",
    "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/activities.aliexpress.com\/*",
                "http:\/\/www.aliexpress.com\/*",
                "http:\/\/es.aliexpress.com\/*",
                "http:\/\/pt.aliexpress.com\/*",
                "http:\/\/ru.aliexpress.com\/*"
            ],
            "js": [
                "pinali.js"
            ]
        }
    ]
}