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

Wat is Google Shopping List Copy To Clipboard?

Google Shopping List Copy To Clipboard is een Chrome-extensie ontwikkeld door Kris.R.M, en de belangrijkste functie is "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Shopping List Copy To Clipboard

Download Google Shopping List Copy To Clipboard-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

                        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                    

Basisinformatie over de Extensie

Naam Google Shopping List Copy To Clipboard Google Shopping List Copy To Clipboard
ID lakifkekonihghdgjfjbdaoadfckkjap
Officiële URL https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap
Beschrijving Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
Bestandsgrootte 32.02 KB
Aantal Installaties 464
Huidige Versie 1.1
Laatst Bijgewerkt 2019-04-11
Publicatiedatum 2019-04-10
Beoordeling 3.17/5 Totaal 6 Beoordelingen
Ontwikkelaar Kris.R.M
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}