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
官方URL 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",
        ""
    ]
}