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

什麼是Google Shopping List Copy To Clipboard?

Google Shopping List Copy To Clipboard是由Kris.R.M開發的Chrome擴展程式,該擴展的主要功能是“Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere”。

擴展截圖

screenshot

下載Google Shopping List Copy To Clipboard擴展crx文件

下載Google Shopping List Copy To Clipboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Google Shopping List Copy To Clipboard Google Shopping List Copy To Clipboard
ID lakifkekonihghdgjfjbdaoadfckkjap
官方網址 https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap
簡介 Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere
檔案大小 32.02 KB
安裝次數 464
目前版本 1.1
更新時間 2019-04-11
上架時間 2019-04-10
評分 3.17/5 共 6 次評分
開發者 Kris.R.M
付費類型 free
支援的語言 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",
        ""
    ]
}