NYT Cooking
Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.
Cos'è NYT Cooking?
NYT Cooking è un'estensione di Chrome sviluppata da http://cooking.nytimes.com, e la sua funzione principale è "Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NYT Cooking
Scarica i file di estensione NYT Cooking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | imiopmmmlibaopojeffffakkfcgfpddo |
URL Ufficiale | https://chrome.google.com/webstore/detail/nyt-cooking/imiopmmmlibaopojeffffakkfcgfpddo |
Descrizione | Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box. |
Dimensione del File | 13.37 KB |
Conteggio Installazioni | 23,113 |
Versione Corrente | 0.1.9 |
Ultimo Aggiornamento | 2017-05-09 |
Data di Pubblicazione | 2017-05-09 |
Valutazione | 3.70/5 Totale 46 Valutazioni |
Sviluppatore | http://cooking.nytimes.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cooking.nytimes.com |
Lingue Supportate | 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" ] } |