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
官方網址 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": [
                ""
            ]
        }
    ]
}