WebExtension.net
WebExtension.net

Quick Recipe

View on Chrome Web Store
View Quick Recipe Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Appends 'cooked.wiki/' to the current URL and opens it in a new tab.
Type
Extension
Users
178 users
1
jamienf
View author page of jamienf
Published
Published on February 5, 2024
Version 1.0
Manifest version
3
Updated
Updated on February 5, 2024
View on Chrome Web Store
View Quick Recipe Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Recipe",
    "version": "1.0",
    "description": "Appends 'cooked.wiki\/' to the current URL and opens it in a new tab.",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
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