Shopping List

The best way to create and print a grocery shopping list.

Cos'è Shopping List?

Shopping List è un'estensione di Chrome sviluppata da helenagraphics.com, e la sua funzione principale è "The best way to create and print a grocery shopping list.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shopping List

Scarica i file di estensione Shopping List 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

                        Make your grocery shopping easier with the shopping list!                    

Informazioni di Base sull'Estensione

Nome Shopping List Shopping List
ID bdlnabeopofnanjoicdkamnihfipkboo
URL Ufficiale https://chrome.google.com/webstore/detail/bdlnabeopofnanjoicdkamnihfipkboo
Descrizione The best way to create and print a grocery shopping list.
Dimensione del File 84.75 KB
Conteggio Installazioni 71
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-08-20
Data di Pubblicazione 2020-08-14
Sviluppatore helenagraphics.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appDefaultTitle__"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}