Rezepthos

Collecting recipes made easy

Apa itu Rezepthos?

Rezepthos adalah ekstensi Chrome yang dikembangkan oleh https://rezepthos.com, dan fitur utamanya adalah "Collecting recipes made easy".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Rezepthos

Unduh file ekstensi Rezepthos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Rezepthos Rezepthos
ID pkicfcnpmkjgeciigfaagcgmgajaifek
URL Resmi https://chromewebstore.google.com/detail/rezepthos/pkicfcnpmkjgeciigfaagcgmgajaifek
Deskripsi Collecting recipes made easy
Ukuran File 15.12 KB
Jumlah Instalasi 334
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2019-02-13
Tanggal Publikasi 2019-02-13
Penilaian 3.50/5 Total 2 Penilaian
Pengembang https://rezepthos.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rezepthos.com
Bahasa yang Didukung 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
}