Reciplay

The best cookbook is the one curated by you. Reciplay makes that happen by allowing you to save recipes you find on the web.

Reciplayとは何ですか?

Reciplayはhttps://getreciplay.comによって開発されたChromeの拡張機能で、その主な機能は「The best cookbook is the one curated by you. Reciplay makes that happen by allowing you to save recipes you find on the web.」です。

拡張機能のスクリーンショット

screenshot

Reciplay拡張機能のCRXファイルをダウンロード

Reciplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The best cookbook is the one curated by you. Reciplay makes that happen by saving and organizing the great recipes that you find on the web. All the recipes you love are at your fingertips with Reciplay.

The extension works by grabbing key recipe information like ingredients, directions, servings, cook time, prep time, and images from the web page and saving all of that to your account where you can pull it back up at any time in an easy-to-read format that is perfect for busy kitchen work.                    

拡張機能の基本情報

名前 Reciplay Reciplay
ID lgniekfeiencebkkiclfiaonjinflhca
公式URL https://chrome.google.com/webstore/detail/reciplay/lgniekfeiencebkkiclfiaonjinflhca
説明 The best cookbook is the one curated by you. Reciplay makes that happen by allowing you to save recipes you find on the web.
ファイルサイズ 27.38 KB
インストール数 47
現在のバージョン 1.0.2
最終更新日 2021-07-18
公開日 2020-04-14
開発者 https://getreciplay.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getreciplay.com/
ヘルプページのURL https://getreciplay.com/support
プライバシーポリシーページのURL https://getreciplay.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reciplay",
    "description": "The best cookbook is the one curated by you. Reciplay makes that happen by allowing you to save recipes you find on the web.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/getreciplay.com\/*",
        "https:\/\/resources.getreciplay.com\/*",
        "https:\/\/api2.getreciplay.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/api2.getreciplay.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Save to Reciplay"
    },
    "web_accessible_resources": [
        "content.css",
        "logo.png"
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.getreciplay.com\/*"
        ]
    }
}