Repibox - Recipe Viewer Extension

Automatically find recipes on cluttered sites. Repibox puts the recipe in a nifty popup at the top of the page.

Repibox - Recipe Viewer Extension क्या है?

Repibox - Recipe Viewer Extension https://repibox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically find recipes on cluttered sites. Repibox puts the recipe in a nifty popup at the top of the page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Repibox - Recipe Viewer Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Repibox recipe extension for chrome helps you instantly jump to the recipe. Repibox will detect if a page contains a recipe and will automatically display the ingredients and instructions at the top of the page so that you can cook distraction free.

Furthermore, you can use Repibox to find related recipes, print with pretty formatting, or send the recipe to your phone. Skip straight to the recipe with Repibox.

Terms of Service & Privacy: By installing the Repibox extension, you agree to our Terms of Service & Privacy Policy https://github.com/repibox/legal

Repibox is not an ad-blocker and advertisements will still load on the page. By using Repibox, you agree to only use Repibox for personal, non-commercial use, and will not distribute recipes.

Filter straight to the recipe with https://repibox.com .                    

एक्सटेंशन की मूल जानकारी

नाम Repibox - Recipe Viewer Extension Repibox - Recipe Viewer Extension
ID nbgpmjdmplldckdiolbacdflmebgnoij
आधिकारिक URL https://chromewebstore.google.com/detail/repibox-recipe-viewer-ext/nbgpmjdmplldckdiolbacdflmebgnoij
विवरण Automatically find recipes on cluttered sites. Repibox puts the recipe in a nifty popup at the top of the page.
फ़ाइल का आकार 2.22 MB
स्थापना संख्या 1,265
वर्तमान संस्करण 0.0.39
अंतिम अपडेट 2021-12-10
प्रकाशन तिथि 2021-01-11
रेटिंग 5.00/5 कुल 31 रेटिंग्स
डेवलपर https://repibox.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://repibox.com
गोपनीयता नीति पृष्ठ URL https://github.com/repibox/legal/blob/master/Privacy-Policy.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repibox - Recipe Viewer Extension",
    "short_name": "Repibox",
    "description": "Automatically find recipes on cluttered sites. Repibox puts the recipe in a nifty popup at the top of the page.",
    "version": "0.0.39",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*.larecipe.com\/*",
        "*:\/\/*.repibox.com\/*",
        "*:\/\/repibox.com\/*"
    ],
    "optional_permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Repibox",
        "default_icon": "img\/disabled-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/cleanslate.css",
                "css\/main.css"
            ],
            "js": [
                "js\/lib\/jquery-3.1.0.min.js",
                "js\/lib\/jquery.microdata.js",
                "js\/lib\/jquery.microdata.json.js",
                "js\/lib\/jsHashes-1.07-hashes.js",
                "js\/lib\/clipboard-2.0.6.min.js",
                "js\/lib\/lz-string.min.js",
                "js\/lib\/jquery.qrcode.min.js",
                "js\/global.js",
                "js\/global-fg.js",
                "js\/helpers.js",
                "js\/models\/RecipeSection.js",
                "js\/models\/KeyNodes.js",
                "js\/models\/Recipe.js",
                "js\/send2device.js",
                "js\/webapp-connect.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "fonts\/*.ttf",
        "img\/*",
        "css\/main.css",
        "options.html",
        "html\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}