WebExtension.net
WebExtension.net

Plan To Eat Recipe Clipper

View on Chrome Web Store
View Plan To Eat Recipe Clipper Chrome Extension on Chrome Web Store
5.0 (3 ratings)

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

A recipe import companion tool for Plan to Eat web and mobile apps
Type
Extension
Users
2,000 users
Plan to Eat
View author page of Plan to Eat
Published
Published on February 28, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on November 13, 2024
View on Chrome Web Store
View Plan To Eat Recipe Clipper 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": "Plan To Eat Recipe Clipper",
    "version": "1.0.2",
    "description": "A recipe import companion tool for Plan to Eat web and mobile apps",
    "icons": {
        "48": "icons\/PTE-Logo-DkBlue-Updated.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "sidePanel",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Plan to Eat"
    },
    "side_panel": {
        "default_path": "index.html",
        "default_title": "Plan To Eat"
    }
}
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