Recipe Box

A set of tools to make recipes online better.

什麼是Recipe Box?

Recipe Box是由Recipe Box開發的Chrome擴展程式,該擴展的主要功能是“A set of tools to make recipes online better.”。

擴展截圖

screenshot

下載Recipe Box擴展crx文件

下載Recipe Box擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Recipe websites are notorious for many reasons. Chefs, like you, are overwhelmed with ads and units of measurement that aren't familiar to your kitchen. We scroll and pull out converters to make these delicious dishes. Shouldn't it be easier? This is where Recipe Box comes in.

We're committed to changing your world with our lovely cooking extension to keep online recipes enjoyable and easy to navigate.

Features:
• Auto-scroll to the recipe card
• Bookmark recipes and sort alphabetically

Roadmap:
• Organize bookmarks by dish type
• Auto-convert to your preferred units
• Divide recipe by an amount
• Annotate recipes with your own notes

We love recipes and their amazing creators.  
Hit me up with your ideas and features you'd love to see.                    

擴展基本資訊

名稱 Recipe Box Recipe Box
ID lcfhmcjffbgobdkdhnmmglogcbfkccpc
官方網址 https://chromewebstore.google.com/detail/recipe-box/lcfhmcjffbgobdkdhnmmglogcbfkccpc
簡介 A set of tools to make recipes online better.
檔案大小 61.44 KB
安裝次數 141
目前版本 0.3.0
更新時間 2022-03-15
上架時間 2022-03-10
評分 5.00/5 共 3 次評分
開發者 Recipe Box
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ryanmacdonald.ca/
說明頁面URL https://ryanmacdonald.ca/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A set of tools to make recipes online better.",
    "version": "0.3.0",
    "manifest_version": 3,
    "name": "Recipe Box",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-48.png",
                "icon-16.png"
            ],
            "matches": []
        }
    ]
}