Freshy Recipes

Manage, View, Save, and Print Recipes using browser extension on New Tab.

Freshy Recipesคืออะไร?

Freshy Recipes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Freshy และคุณลักษณะหลักของมันคือ "Manage, View, Save, and Print Recipes using browser extension on New Tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freshy Recipes

ดาวน์โหลดไฟล์ส่วนขยาย Freshy Recipes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get Recipes in your browser New Tab, the Extension provide easy way to add new recipes in your Cook Book from popular cooking sites. You can manager, view and print instructions from browser New Tab. 

The extension automatically parse recipes related data such as title, ingredients, instructions, cook time etc and provide easy to read and printable view of your recipe.

This extension updates your browser New Tab and provides:

 - Search, View, Save and Print Recipes
 - List of Popular Recipes 
 - Add Recipes to Cook Book
 - Links to TopSites


By installing this extension, you agree to the Terms of Service (https://freshyrecipes-site.com/terms-of-service/) and Privacy Policy (https://freshyrecipes-site.com/privacy-policy/)

Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page.

"Read your browsing history"
This allows us to manage browser tabs and provide relevant product specific information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Freshy Recipes Freshy Recipes
ID lkfegegmfppkbbacbpknfiifgbmcdbhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/freshy-recipes/lkfegegmfppkbbacbpknfiifgbmcdbhl
คำอธิบาย Manage, View, Save, and Print Recipes using browser extension on New Tab.
ขนาดไฟล์ 42.15 KB
จำนวนการติดตั้ง 3,775
เวอร์ชันปัจจุบัน 1.21.1018
อัปเดตครั้งล่าสุด 2021-10-22
วันที่เผยแพร่ 2021-10-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Freshy
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://freshyrecipes.com/privacy-policy/index.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freshy Recipes",
    "short_name": "Recipes",
    "description": "Manage, View, Save, and Print Recipes using browser extension on New Tab.",
    "version": "1.21.1018",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Freshy Recipes"
    },
    "host_permissions": [
        "*:\/\/*.freshyrecipes-api.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "topSites"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/16.png"
            ],
            "matches": [
                "https:\/\/cooking.freshy.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}