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": [
                ""
            ]
        }
    ]
}