piQit Image Search

This extension finds similar products to the image which is clicked using the piqit icon

Что такое piQit Image Search?

piQit Image Search - это расширение Chrome, разработанное Karan Chhabra, и его основная функция - "This extension finds similar products to the image which is clicked using the piqit icon".

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

screenshot
screenshot

Скачать файл CRX расширения piQit Image Search

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

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

                        Discover visually similar apparel across different eCommerce websites. Crop and select the pattern/texture of interest and stumble upon similar clothing on different eCommerce websites. Buy the product you desire.                    

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

Название piQit Image Search piQit Image Search
ID ledmbpoboefnififmaabichemiknhfbh
Официальный URL https://chrome.google.com/webstore/detail/piqit-image-search/ledmbpoboefnififmaabichemiknhfbh
Описание This extension finds similar products to the image which is clicked using the piqit icon
Размер файла 144 KB
Количество установок 13
Текущая Версия 0.0.0.5
Последнее Обновление 2015-05-29
Дата публикации 2015-05-29
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Karan Chhabra
Тип оплаты free
Официальный сайт расширения http://www.streamoid.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "piQit Image Search",
    "description": "This extension finds similar products to the image which is clicked using the piqit icon",
    "version": "0.0.0.5",
    "browser_action": {
        "default_icon": "static\/images\/piqto.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "static\/js\/jquery.min.js",
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "static\/css\/style.css"
            ],
            "js": [
                "static\/js\/jquery.min.js",
                "static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/images\/piqto.png",
        "static\/css\/bootstrap.min.css"
    ]
}