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

Vad är Google Shopping List Copy To Clipboard?

Google Shopping List Copy To Clipboard är en Chrome-tillägg utvecklad av Kris.R.M, och dess huvudfunktion är "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".

Tilläggsskärmbilder

screenshot

Ladda ner Google Shopping List Copy To Clipboard-förlängningens CRX-fil

Ladda ner Google Shopping List Copy To Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Google Shopping List Copy To Clipboard Google Shopping List Copy To Clipboard
ID lakifkekonihghdgjfjbdaoadfckkjap
Officiell webbadress https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap
Beskrivning Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
Filstorlek 32.02 KB
Antal Installationer 464
Aktuell Version 1.1
Senast Uppdaterad 2019-04-11
Publiceringsdatum 2019-04-10
Betyg 3.17/5 Totalt 6 Betyg
Utvecklare Kris.R.M
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}