FoodSpace
FoodSpace Clipper
What is FoodSpace?
FoodSpace is a Chrome extension developed by foodspace, and its main feature is "FoodSpace Clipper".
Extension Screenshots
Download FoodSpace Extension CRX File
Download FoodSpace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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! :)
Extension Basic Information
Name | FoodSpace |
ID | odplillgomblmjnnjcomgakhjbmbjcep |
Official URL | https://chromewebstore.google.com/detail/foodspace/odplillgomblmjnnjcomgakhjbmbjcep |
Description | FoodSpace Clipper |
File Size | 55.01 KB |
Installation Count | 289 |
Current Version | 1.0.1 |
Last Updated | 2019-03-31 |
Publish Date | 2019-03-30 |
Rating | 4.43/5 Total 7 Ratings |
Developer | foodspace |
Payment Type | free |
Extension Website | https://my.foodspaceapp.com/ |
Supported Languages | 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'" } |