WebExtension.net
WebExtension.net

Recipe Jump

View on Chrome Web Store
View Recipe Jump Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically jumps the recipe card to the top of the page on recipe sites
Type
Extension
Users
26 users
1
Website jump.recipes
Kyle Giesbrecht
View author page of Kyle Giesbrecht
Published
Published on December 7, 2022
Version 1.1
Manifest version
3
Updated
Updated on September 3, 2024
View on Chrome Web Store
View Recipe Jump Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Recipe Jump",
    "description": "Automatically jumps the recipe card to the top of the page on recipe sites",
    "version": "1.1",
    "icons": {
        "16": "images\/recipejumpicon16.png",
        "38": "images\/recipejumpicon32.png",
        "48": "images\/recipejumpicon48.png",
        "128": "images\/recipejumpicon128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "sidePanel"
    ],
    "background": {
        "service_worker": "background_script.js"
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "panel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top