Yumprint

Save recipes from anywhere

Что такое Yumprint?

Yumprint - это расширение Chrome, разработанное https://yumprint.com, и его основная функция - "Save recipes from anywhere".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Yumprint is a food experience as unique as you. Save, share, and organize recipes from your favorite food blogs and recipe sites. Explore your friends' cookbooks, and create your own. Keep track of what you love by rating and reviewing recipes. Share your recipes with friends and family.                    

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

Название Yumprint Yumprint
ID nboinfelnglhdhgchcmomigiddalpjka
Официальный URL https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka
Описание Save recipes from anywhere
Размер файла 566 KB
Количество установок 7,663
Текущая Версия 1.2.0.0
Последнее Обновление 2015-02-06
Дата публикации 2015-02-06
Рейтинг 4.13/5 Всего 91 оценок
Разработчик https://yumprint.com
Тип оплаты free
Официальный сайт расширения http://yumprint.com/extension
URL страницы помощи http://yumprint.com/extension
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yumprint",
    "version": "1.2.0.0",
    "description": "Save recipes from anywhere",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/down.png",
        "images\/left.png",
        "images\/loading.gif",
        "images\/logo.png",
        "images\/logo-test.png",
        "images\/resize.png",
        "images\/right.png",
        "images\/up.png",
        "images\/x.png",
        "images\/facebook-f.png",
        "images\/loading-gray.gif",
        "images\/noimage.png",
        "icons\/icon-16.png",
        "stylesheets\/ui.css"
    ],
    "homepage_url": "http:\/\/yumprint.com",
    "permissions": [
        "*:\/\/*\/",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/classify.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_title": "Yumprint"
    }
}