LOVE IT

Save the things you love from the Web and organise them in your personal collections

Что такое LOVE IT?

LOVE IT - это расширение Chrome, разработанное http://liketob.uy, и его основная функция - "Save the things you love from the Web and organise them in your personal collections".

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

screenshot

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

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

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

                        Add images from your favourite stores, blogs and any other websites directly to LIKEtoB.UY                    

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

Название LOVE IT LOVE IT
ID bakkeepkbcfbbahfjgjncdcmcnfdemdl
Официальный URL https://chrome.google.com/webstore/detail/bakkeepkbcfbbahfjgjncdcmcnfdemdl
Описание Save the things you love from the Web and organise them in your personal collections
Размер файла 119 KB
Количество установок 21
Текущая Версия 1.5.6
Последнее Обновление 2016-11-23
Дата публикации 2016-11-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://liketob.uy
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LOVE IT",
    "description": "Save the things you love from the Web and organise them in your personal collections",
    "version": "1.5.6",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "",
        "tabs",
        "activeTab"
    ]
}