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"입니다.
확장 프로그램 스크린샷
Google Shopping List Copy To Clipboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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", " |