FoodSpace

FoodSpace Clipper

Was ist FoodSpace?

FoodSpace ist eine Chrome-Erweiterung, die von foodspace entwickelt wurde, und ihr Hauptmerkmal ist "FoodSpace Clipper".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FoodSpace-Erweiterungs-CRX-Datei herunterladen

Laden Sie FoodSpace-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Foodspace's Recipe Plugin is the easier way to save and shop recipes from your favorite blogs.

Our chrome extension is the best way to save any recipe as you are doing your daily browsing online. Simply just click the FoodSpace icon to save a recipe. Another click, and you can order the ingredients right away.

Enjoy responsibly! :)                    

Grundlegende Informationen zur Erweiterung

Name FoodSpace FoodSpace
ID odplillgomblmjnnjcomgakhjbmbjcep
Offizielle URL https://chromewebstore.google.com/detail/foodspace/odplillgomblmjnnjcomgakhjbmbjcep
Beschreibung FoodSpace Clipper
Dateigröße 55.01 KB
Installationsanzahl 289
Aktuelle Version 1.0.1
Letztes Update 2019-03-31
Veröffentlichungsdatum 2019-03-30
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler foodspace
Zahlungsart free
Erweiterungswebsite https://my.foodspaceapp.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FoodSpace",
    "version": "1.0.1",
    "description": "FoodSpace Clipper",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}