RecipeSage Automatic Recipe Clipper

An extension for clipping recipes to your RecipeSage account

RecipeSage Automatic Recipe Clipperとは何ですか?

RecipeSage Automatic Recipe ClipperはJulian Poyourowによって開発されたChromeの拡張機能で、その主な機能は「An extension for clipping recipes to your RecipeSage account」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

RecipeSage Automatic Recipe Clipper拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}