FoodSpace

FoodSpace Clipper

Wat is FoodSpace?

FoodSpace is een Chrome-extensie ontwikkeld door foodspace, en de belangrijkste functie is "FoodSpace Clipper".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FoodSpace

Download FoodSpace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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! :)                    

Basisinformatie over de Extensie

Naam FoodSpace FoodSpace
ID odplillgomblmjnnjcomgakhjbmbjcep
Officiële URL https://chromewebstore.google.com/detail/foodspace/odplillgomblmjnnjcomgakhjbmbjcep
Beschrijving FoodSpace Clipper
Bestandsgrootte 55.01 KB
Aantal Installaties 289
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-03-31
Publicatiedatum 2019-03-30
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar foodspace
Betalingswijze free
Extensiewebsite https://my.foodspaceapp.com/
Ondersteunde Talen 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'"
}