BetterRecipes

Improve your AllRecipes Experience

BetterRecipes là gì?

BetterRecipes là một tiện ích mở rộng Chrome được phát triển bởi agfaulkner, và tính năng chính của nó là "Improve your AllRecipes Experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BetterRecipes

Tải xuống các tệp mở rộng BetterRecipes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Improve your AllRecipes experience by decluttering the page and placing both the ingredients and instructions side by side. 

Click the serving tray icon to download a simple text version of the recipe.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BetterRecipes BetterRecipes
ID maoelcjgahpimbdpiadlpmgnbdhgoapj
URL Chính Thức https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj
Mô tả Improve your AllRecipes Experience
Kích Thước Tệp 14.38 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-04-15
Ngày Phát Hành 2019-04-15
Nhà Phát Triển agfaulkner
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterRecipes",
    "version": "1.0.3",
    "description": "Improve your AllRecipes Experience",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.allrecipes.com\/recipe\/*"
            ],
            "js": [
                "BetterRecipes.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "\/icons\/tray.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads"
    ]
}