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

Was ist Google Shopping List Copy To Clipboard?

Google Shopping List Copy To Clipboard ist eine Chrome-Erweiterung, die von Kris.R.M entwickelt wurde, und ihr Hauptmerkmal ist "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".

Erweiterungsscreenshots

screenshot

Google Shopping List Copy To Clipboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Shopping List Copy To Clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Google Shopping List Copy To Clipboard Google Shopping List Copy To Clipboard
ID lakifkekonihghdgjfjbdaoadfckkjap
Offizielle URL https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap
Beschreibung Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
Dateigröße 32.02 KB
Installationsanzahl 464
Aktuelle Version 1.1
Letztes Update 2019-04-11
Veröffentlichungsdatum 2019-04-10
Bewertung 3.17/5 Insgesamt 6 Bewertungen
Entwickler Kris.R.M
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}