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

Apa itu Google Shopping List Copy To Clipboard?

Google Shopping List Copy To Clipboard adalah ekstensi Chrome yang dikembangkan oleh Kris.R.M, dan fitur utamanya adalah "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Shopping List Copy To Clipboard

Unduh file ekstensi Google Shopping List Copy To Clipboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Google Shopping List Copy To Clipboard Google Shopping List Copy To Clipboard
ID lakifkekonihghdgjfjbdaoadfckkjap
URL Resmi https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap
Deskripsi Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
Ukuran File 32.02 KB
Jumlah Instalasi 464
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-04-11
Tanggal Publikasi 2019-04-10
Penilaian 3.17/5 Total 6 Penilaian
Pengembang Kris.R.M
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}