RecipeSage Automatic Recipe Clipper

An extension for clipping recipes to your RecipeSage account

Что такое RecipeSage Automatic Recipe Clipper?

RecipeSage Automatic Recipe Clipper - это расширение Chrome, разработанное Julian Poyourow, и его основная функция - "An extension for clipping recipes to your RecipeSage account".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения RecipeSage Automatic Recipe Clipper

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

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

                        The official RecipeSage browser extension.

This extension adds the RecipeSage clip tool to your browser, allowing you to quickly grab recipes from websites and save them to your RecipeSage account.

The clip tool automatically snips recipe content from the current page and creates a recipe in your RecipeSage account.

The extension automatically syncs with your RecipeSage account after signing in.                    

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

Название RecipeSage Automatic Recipe Clipper RecipeSage Automatic Recipe Clipper
ID oepplnnfceidfaaacjpdpobnjkcpgcpo
Официальный URL https://chromewebstore.google.com/detail/recipesage-automatic-reci/oepplnnfceidfaaacjpdpobnjkcpgcpo
Описание An extension for clipping recipes to your RecipeSage account
Размер файла 49.4 KB
Количество установок 1,927
Текущая Версия 2.1.2
Последнее Обновление 2023-08-19
Дата публикации 2020-05-20
Рейтинг 4.67/5 Всего 6 оценок
Разработчик Julian Poyourow
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://recipesage.com
URL страницы помощи https://recipesage.com/#/about
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RecipeSage Automatic Recipe Clipper",
    "short_name": "RecipeSage",
    "version": "2.1.2",
    "manifest_version": 3,
    "description": "An extension for clipping recipes to your RecipeSage account",
    "homepage_url": "https:\/\/recipesage.com",
    "author": "Julian Poyourow",
    "action": {
        "default_icon": {
            "128": "icons\/android-chrome-512x512.png"
        },
        "default_title": "RecipeSage",
        "default_popup": "action\/action.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{1bd6f0af-1e56-4ecd-903b-495f25057d55}",
            "strict_min_version": "109.0"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/alert.css",
                "inject\/clipTool.css",
                "inject\/inject.js",
                "inject\/clip.js",
                "icons\/android-chrome-512x512.png",
                "images\/recipesage-black-trimmed.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}