WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Plan To Eat Recipe Clipper

Plan To Eat Recipe Clipper

View on Chrome Web Store
View Plan To Eat Recipe Clipper Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (6 ratings)
1 new ratings
27 views
This extension has been viewed 27 times

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
4,000 users
1K
Plan to Eat
View author page of Plan to Eat
Published
Published on February 28, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on April 7, 2025
lifestyle/household
Extension Category
View on Chrome Web Store
View Plan To Eat Recipe Clipper Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

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.5",
    "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' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Plan to Eat"
    },
    "side_panel": {
        "default_path": "index.html",
        "default_title": "Plan To Eat"
    }
}
© 2025 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