Shopping List
The best way to create and print a grocery shopping list.
What is Shopping List?
Shopping List is a Chrome extension developed by helenagraphics.com, and its main feature is "The best way to create and print a grocery shopping list.".
Extension Screenshots
Download Shopping List Extension CRX File
Download Shopping List extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Make your grocery shopping easier with the shopping list!
Extension Basic Information
Name | |
ID | bdlnabeopofnanjoicdkamnihfipkboo |
Official URL | https://chrome.google.com/webstore/detail/bdlnabeopofnanjoicdkamnihfipkboo |
Description | The best way to create and print a grocery shopping list. |
File Size | 84.75 KB |
Installation Count | 71 |
Current Version | 1.0.0 |
Last Updated | 2020-08-20 |
Publish Date | 2020-08-14 |
Developer | helenagraphics.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |