Copy Me That

Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…

Cos'è Copy Me That?

Copy Me That è un'estensione di Chrome sviluppata da https://www.copymethat.com, e la sua funzione principale è "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Copy Me That

Scarica i file di estensione Copy Me That in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner.

Manage all your recipes in one location. Edit copied recipes or add your own. Organize with tags. Add recipes to your shopping list and cross items off when you're in the supermarket. Plan meals with the meal planner. Share your recipes and get inspired by others.                    

Informazioni di Base sull'Estensione

Nome Copy Me That Copy Me That
ID lgjinjcobiflbbnhenlfkcjpeeacklfl
URL Ufficiale https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl
Descrizione Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Dimensione del File 28.18 KB
Conteggio Installazioni 60,771
Versione Corrente 1.2.3
Ultimo Aggiornamento 2022-11-03
Data di Pubblicazione 2020-03-27
Valutazione 4.70/5 Totale 94 Valutazioni
Sviluppatore https://www.copymethat.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.copymethat.com
URL della Pagina di Aiuto https://www.copymethat.com/contact/
URL della Pagina della Politica sulla Privacy https://www.copymethat.com/privacy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Me That",
    "version": "1.2.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/button.copymethat.com\/*",
        "contextMenus",
        "cookies"
    ],
    "browser_action": {
        "name": "Copy me that!",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "exists.gif",
        "spinner_25.gif"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}