Rezepthos

Collecting recipes made easy

Rezepthosคืออะไร?

Rezepthos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rezepthos.com และคุณลักษณะหลักของมันคือ "Collecting recipes made easy"

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

screenshot
screenshot

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

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

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

                        Rezepthos is the ultimative app to collect your favorite recipes from all over the web and print. You can take them now everywhere and send them to your friends with ease.

With this extension, you can now import recipes into Rezepthos even easier. Visit Rezepthos and login, to connect the extension with your account. When you visited a supported website, the extension icon turns green and you can import the recipe with one click. On not (yet) supported pages, you can mark the recipe name, directions or ingredients, open the context menu (clicking with your right mouse button) and select one option. After all information are copied, click on save and your recipe is added to your Rezepthos account!                    

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

ชื่อ Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
คำอธิบาย Collecting recipes made easy
ขนาดไฟล์ 15.12 KB
จำนวนการติดตั้ง 334
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2019-02-13
วันที่เผยแพร่ 2019-02-13
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://rezepthos.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rezepthos.com
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Rezepthos",
    "version": "0.0.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Rezepthos importer"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rezepthos.com\/*"
            ],
            "js": [
                "token.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}