Samsung Food
Save recipes from anywhere across the web.
Vad är Samsung Food?
Samsung Food är en Chrome-tillägg utvecklad av https://samsungfood.com, och dess huvudfunktion är "Save recipes from anywhere across the web.".
Tilläggsskärmbilder
Ladda ner Samsung Food-förlängningens CRX-fil
Ladda ner Samsung Food-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Samsung Food button allows you to save recipes from all your favorite sites. You can also sort and organize all your recipes into collections. Once recipes are saved to Samsung Food you can easily scale servings and generate shopping lists with one click! Samsung Food’s shopping list intelligently combines ingredients from multiple recipes so you buy just the right amounts. Samsung Food makes planning and shopping easy with collaborative lists you can share with friends and family. Take your list to the store or buy ingredients online with integrated retailers. All your saved recipes are synced to your Samsung Food account available on app.samsungfood.com.
Grundläggande Information om Tillägg
Namn | Samsung Food |
ID | gfoijmnbedaipllfimaogeepohalbgka |
Officiell webbadress | https://chromewebstore.google.com/detail/samsung-food/gfoijmnbedaipllfimaogeepohalbgka |
Beskrivning | Save recipes from anywhere across the web. |
Filstorlek | 1.45 MB |
Antal Installationer | 10,000 |
Aktuell Version | 2.11.3 |
Senast Uppdaterad | 2024-01-22 |
Publiceringsdatum | 2020-06-29 |
Betyg | 3.55/5 Totalt 31 Betyg |
Utvecklare | https://samsungfood.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://app.samsungfood.com |
URL till Sekretesspolicy Sidan | https://whisk.com/policy/privacy |
Stödda Språk | de,en,fr,es,es-419,it,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.11.3", "name": "__MSG_title__", "description": "__MSG_description__", "author": "Samsung Food", "default_locale": "en", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/my.whisk.com\/*", "https:\/\/app.samsungfood.com\/*" ], "js": [ "content.js" ] } ], "content_security_policy": { "extension_pages": "child-src 'self' https:\/\/*.whisk.com\/ https:\/\/*.samsungfood.com\/ https:\/\/res.cloudinary.com https:\/\/www.google.com\/; connect-src 'self' https:\/\/*.whisk.com\/ https:\/\/*.samsungfood.com\/ https:\/\/sentry.io; font-src 'self' data: https:\/\/cdn.whisk.com https:\/\/cdn.samsungfood.com https:\/\/fonts.gstatic.com; img-src 'self' data: https:\/\/*; media-src 'self'; object-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/cdn.whisk.com https:\/\/cdn.samsungfood.com https:\/\/fonts.googleapis.com;" }, "host_permissions": [ "https:\/\/my.whisk.com\/*", "https:\/\/app.samsungfood.com\/*" ], "permissions": [ "cookies", "tabs" ], "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } } |