Create a Google Drawing™
This extension creates a new Google Drawing™
Create a Google Drawing™란 무엇입니까?
Create a Google Drawing™은(는) Thomas Hammerlund에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension creates a new Google Drawing™"입니다.
확장 프로그램 스크린샷
Create a Google Drawing™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When logged into your Google Account, this extension creates a new and unique Google Drawing for you in one click. If you are not logged in, the extension will bring you to the login page.
확장 프로그램 기본 정보
이름 | Create a Google Drawing™ |
ID | hpcojionnmginehclohnkiceenecpnge |
공식 URL | https://chromewebstore.google.com/detail/create-a-google-drawing/hpcojionnmginehclohnkiceenecpnge |
설명 | This extension creates a new Google Drawing™ |
파일 크기 | 8.24 KB |
설치 횟수 | 619 |
현재 버전 | 0.4 |
최근 업데이트 | 2021-04-29 |
출시 날짜 | 2021-04-12 |
개발자 | Thomas Hammerlund |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/view/one-click-extensions/home |
도움말 페이지 URL | https://sites.google.com/view/one-click-extensions/contact |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/one-click-extensions/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Create a Google Drawing\u2122", "description": "This extension creates a new Google Drawing\u2122", "version": "0.4", "author": "Thomas Hammerlund", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "Create a Google Drawing\u2122" }, "background": { "service_worker": "background.js" } } |