NYT Cooking
Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.
Τι είναι το NYT Cooking;
Το NYT Cooking είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://cooking.nytimes.com, και η κύρια λειτουργία του είναι "Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NYT Cooking
Λήψη αρχείων επέκτασης NYT Cooking σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
You can now save recipes from other websites into your Recipe Box by using the official NYT Cooking browser button for Chrome. They will appear alongside your saved recipes from The New York Times. The next time you find a great recipe on any website, just click the NYT Cooking icon to save it to your Recipe Box. Access those recipes anywhere you use NYT Cooking, including your iPhone and iPad. Save, browse and cook — all in one place. Extension Features: • One-click saving of any recipe on the web • Syncs across all your devices – iPhone, iPad, desktop and mobile web • Completely free to use Get the NYT Cooking app to see all the great recipes you've saved! http://appstore.com/nytcooking
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | imiopmmmlibaopojeffffakkfcgfpddo |
Επίσημο URL | https://chrome.google.com/webstore/detail/nyt-cooking/imiopmmmlibaopojeffffakkfcgfpddo |
Περιγραφή | Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box. |
Μέγεθος Αρχείου | 13.37 KB |
Αριθμός Εγκαταστάσεων | 23,113 |
Τρέχουσα Έκδοση | 0.1.9 |
Τελευταία Ενημέρωση | 2017-05-09 |
Ημερομηνία Δημοσίευσης | 2017-05-09 |
Αξιολόγηση | 3.70/5 Συνολικά 46 Αξιολογήσεις |
Προγραμματιστής | http://cooking.nytimes.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cooking.nytimes.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NYT Cooking", "description": "Collect the best recipes from across the web in one place \u2014 your NYT Cooking Recipe Box.", "homepage_url": "http:\/\/cooking.nytimes.com", "version": "0.1.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Save to NYT Cooking" }, "background": { "scripts": [ "event_page.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ] } |