Google Shopping List Copy To Clipboard
Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
What is Google Shopping List Copy To Clipboard?
Google Shopping List Copy To Clipboard is a Chrome extension developed by Kris.R.M, and its main feature is "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".
Extension Screenshots
Download Google Shopping List Copy To Clipboard Extension CRX File
Download Google Shopping List Copy To Clipboard 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
A very simple utility that allows you to copy the text from shoppinglist.google.com. I created this because I like to keep my shopping lists in Google Keep, but Google Assistant isn't configured to do that anymore
Extension Basic Information
Name | Google Shopping List Copy To Clipboard |
ID | lakifkekonihghdgjfjbdaoadfckkjap |
Official URL | https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap |
Description | Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere |
File Size | 32.02 KB |
Installation Count | 464 |
Current Version | 1.1 |
Last Updated | 2019-04-11 |
Publish Date | 2019-04-10 |
Rating | 3.17/5 Total 6 Ratings |
Developer | Kris.R.M |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Shopping List Copy To Clipboard", "version": "1.1", "description": "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere", "manifest_version": 2, "browser_action": { "default_title": "Google Shopping List Copy To Clipboard", "default_popup": "popup.html", "default_icon": { "16": "images\/list-icon-16.png", "32": "images\/list-icon-32.png", "48": "images\/list-icon-48.png", "128": "images\/list-icon-128.png" } }, "permissions": [ "activeTab", "clipboardWrite", " |