NYT Cooking

Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.

什麼是NYT Cooking?

NYT Cooking是由http://cooking.nytimes.com開發的Chrome擴展程式,該擴展的主要功能是“Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.”。

擴展截圖

screenshot
screenshot
screenshot

下載NYT Cooking擴展crx文件

下載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                    

擴展基本資訊

名稱 NYT Cooking NYT Cooking
ID imiopmmmlibaopojeffffakkfcgfpddo
官方網址 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"
    ]
}