Shopping List
The best way to create and print a grocery shopping list.
Wat is Shopping List?
Shopping List is een Chrome-extensie ontwikkeld door helenagraphics.com, en de belangrijkste functie is "The best way to create and print a grocery shopping list.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shopping List
Download Shopping List-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Make your grocery shopping easier with the shopping list!
Basisinformatie over de Extensie
Naam | |
ID | bdlnabeopofnanjoicdkamnihfipkboo |
Officiële URL | https://chrome.google.com/webstore/detail/bdlnabeopofnanjoicdkamnihfipkboo |
Beschrijving | The best way to create and print a grocery shopping list. |
Bestandsgrootte | 84.75 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-08-20 |
Publicatiedatum | 2020-08-14 |
Ontwikkelaar | helenagraphics.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |