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