FoodSpace
FoodSpace Clipper
Qu'est-ce que FoodSpace ?
FoodSpace est une extension Chrome développée par foodspace, et sa fonction principale est "FoodSpace Clipper".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FoodSpace
Téléchargez les fichiers d'extension FoodSpace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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! :)
Informations de Base sur l'Extension
Nom | FoodSpace |
ID | odplillgomblmjnnjcomgakhjbmbjcep |
URL Officiel | https://chromewebstore.google.com/detail/foodspace/odplillgomblmjnnjcomgakhjbmbjcep |
Description | FoodSpace Clipper |
Taille du Fichier | 55.01 KB |
Nombre d'Installations | 289 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-03-31 |
Date de Publication | 2019-03-30 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | foodspace |
Type de Paiement | free |
Site Web de l'Extension | https://my.foodspaceapp.com/ |
Langues Prises en Charge | 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'" } |