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

Hvad er Google Shopping List Copy To Clipboard?

Google Shopping List Copy To Clipboard er en Chrome-udvidelse udviklet af Kris.R.M, og dens hovedfunktion er "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".

Udvidelsesskærmbilleder

screenshot

Download Google Shopping List Copy To Clipboard-udvidelses-CRX-fil

Download Google Shopping List Copy To Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Google Shopping List Copy To Clipboard Google Shopping List Copy To Clipboard
ID lakifkekonihghdgjfjbdaoadfckkjap
Officiel URL https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap
Beskrivelse Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
Filstørrelse 32.02 KB
Antal Installationer 464
Nuværende Version 1.1
Senest Opdateret 2019-04-11
Udgivelsesdato 2019-04-10
Bedømmelse 3.17/5 Samlet 6 Bedømmelser
Udvikler Kris.R.M
Betalingsmetode free
Understøttede Sprog 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",
        ""
    ]
}