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
Qu'est-ce que Google Shopping List Copy To Clipboard ?
Google Shopping List Copy To Clipboard est une extension Chrome développée par Kris.R.M, et sa fonction principale est "Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Shopping List Copy To Clipboard
Téléchargez les fichiers d'extension Google Shopping List Copy To Clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Google Shopping List Copy To Clipboard |
ID | lakifkekonihghdgjfjbdaoadfckkjap |
URL Officiel | https://chromewebstore.google.com/detail/google-shopping-list-copy/lakifkekonihghdgjfjbdaoadfckkjap |
Description | Copies text from shoppinglist.google.com to the clipboard, so you can import it into Keep or move it elsewhere |
Taille du Fichier | 32.02 KB |
Nombre d'Installations | 464 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-04-11 |
Date de Publication | 2019-04-10 |
Évaluation | 3.17/5 Total 6 Évaluations |
Développeur | Kris.R.M |
Type de Paiement | free |
Langues Prises en Charge | 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", " |